Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Updating Apple g++/gcc

c++ macos gcc g++ c++11

Including C++ 11 headers with Clang / LLVM

c++ build c++11 llvm clang

C++ Variadic template AND and OR

Who copies the return value of a function?

c++ c++11 copying scopeguard

mismatched c++ header versions

c++ linux ubuntu c++11

Unable to print the value of nullptr on screen

c++ c++11

constexpr function returning string literal

Put functions into vector and execute

c++ c++11 vector

std::align not supported by g++4.9

c++ c++11 alignment

Why does std::result_of not work with lambdas?

c++ c++11 gcc lambda

error C2280: attempting to reference a deleted function (atomic<int>)

c++ c++11 stdatomic

Boost variant visitor with an extra parameter

Regex not working as expected with C++ regex_match

c++ regex c++11

C++ std::forward<T> vs static_cast<T>

Eclipse Mars: Symbol 'unique_ptr' could not be resolved

c++ eclipse c++11

Can a void pointer point to a lambda function?

c++ c++11 lambda void-pointers

How to merge 2 std::maps, and output the result in a 3rd map

c++ c++11

Is there a "null" value for std::thread::id?

c++ multithreading c++11

Why std::is_function returns false for simple functions and lambdas?

Unexplained discrepancies when copying and modifying std::strings