Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Is there a C++/C++11 analogue to python iteration over both index and value "for i, v in enumerate(listVar):"? [duplicate]

python c++ c++11 iterator

How to declare friend user-defined literal operator within template class?

Determinism with insert in unordered containers

What's considered to be compile time branching ? [duplicate]

Template function with std::async in clang

c++ gcc c++11 clang libstdc++

Boost.Locale and isprint

c++ c++11 boost utf-8

What is a real use case for std::unordered_(set|map) range based erase?

c++ c++11 stl

literals in template function for floating point types

c++ c++11 c++14

How come std::atomic<double> isn't implemented when compiling with clang?

c++ c++11 double stdatomic

How to use std::enable_if with a condition which itself depends on another condition?

Pass array of unknown rank by reference

c++ arrays templates c++11

Why gcc-4.9.2 can't support std::string.insert(iterator, range) to return iterator

c++ c++11 gcc4.9

Details in the process of constructing a std::thread object

How to disable implicit constructor conversion, while allowing copy-initialization

c++ c++11

How can let a C++11 thread run several different functions?

c++ multithreading c++11

Linker error using VS 2015 RC, can't find symbol related to std::codecvt

Is this a correct C++11 double-checked locking version with shared_ptr?

c++ multithreading c++11

How to use another class as a class template specialization

Thread Building Blocks: Deadlocks because all threads used up

uniqueness of struct names

c++ c++11 language-lawyer