Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How to extend lifetime of the local variable or what is right way to use references

Why does std::boolalpha ignore field width when using clang?

Is there an authoritative way to guard against "use after move" mistakes in c++?

c++ c++11

Template class + delegating constructor = fields not initialized? (clang-tidy)

c++ c++11 clang-tidy

Exception specifications when deriving from std::exception in C++11

Rule for lambda capture variable

c++ visual-c++ lambda c++11 g++

How fast is access to atomic variables in C++

c++ atomic c++11

Using luabind and std::shared_ptr with inheritance

c++ c++11 lua shared-ptr luabind

Why is auto not a reference when its initializer is a reference?

c++ c++11 standards

Possible bug in libc++?

c++ c++11 std libc++

g++ std::is_function implementation: what does _ArgTypes followed by 6 periods mean?

Reading/writing/printing UTF-8 in C++11

Why can't you get pointer-to-member from unqualified member function name in C++11?

c++ c++11

Why can't I make in-class initialized `const const std::string` a static member

RVO force compilation error on failure

Can I specialize std::begin and std::end for the return value of equal_range()?

Is there a way to auto-promote `vector<int>` to `vector<double>` during function invocation using C++11?

c++ c++11

Is a friend function template defined in the class available for lookup? clang++ and g++ disagree

Segmentation fault in std::thread::id's std::operator==

Different ways of calling an initializer-list-constructor