Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

how to use snprintf() in g++ -std=c++11 version 4.8.2

c++11 g++ cygwin printf

C++11 trailing return member function using decltype and constness

Is it safe to return std::wstring from a DLL?

c++ dll c++11 std wchar

C++11: std::bind crashes with lambda

c++ c++11 lambda

Implicit conversion from int to enum class in switch statement

How does auto deduce type?

c++ c++11

Unordered_set: remove with move

c++ c++11 move-semantics

Looking for an `is_allocator` Type Trait for Use in `enable_if`

Reading UTF-8 text and converting to UTF-16 using standard C++ wifstream

C++11 example of a value and an object in the standard library?

Custom `assert` macro that supports commas and error message

c++ c++11 macros assert

C++11 atomic classes and operations -- am I right

c++ multithreading c++11

C++11: Difference between v = { } and v { } [duplicate]

c++ c++11

Test for both std::is_integral and std::is_signed?

c++ templates c++11

Find a raw pointer in a bimap of smart pointers

c++ c++11 smart-pointers

Range-base for and insert on a vector C++11

c++ c++11 stdvector auto

c++ deleted move assignment operator compilation issues

How to convert from boost::multiprecision::cpp_int to cpp_dec_float<0> (rather than to cpp_dec_float_50, etc.)?

c++ c++11 boost multiprecision

Static *template* class member across dynamic library

How to disambiguate this template?