Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Can anyone explain this portion of the C++0x draft standard?

c++ c++11 linkage

Is there a base class from which all members of the C++ standard library derive?

Pass inherited arguments to base class constructor, then do something in derived class constructor

c++ c++11

Constructing a std::string_view from a braced std::string, clang and gcc disagree with -Wconversion

c++ c++11 gcc clang c++17

Is it possible that make_shared has no any exception but returns a nullptr?

How to configure Clion to work with SDL2?

c++ c++11 sdl sdl-2 clion

How to return a member of a local object

c++ c++11 move-semantics rvo

Why does std::condition_variable::wait_for() return with timeout if duration too large?

c++ c++11

'Clang-Tidy: Do not implicitly decay an array into a pointer' when using std::forward and const char*

c++ c++11 clang-tidy

template method "=0" in the parameter list

c++ c++11

Union cannot be defined in a type specifier

c++ c++11

Any way to make parameterized user defined literals?

c++ c++11 literals

Why am I using the deleted function 'void std::ref(const _Tp&&) [with _Tp = int]'

Is dynamic memory allocation in C++11 thread-safe?

about the type of raw pointer inside unique_ptr

c++ c++11 unique-ptr

Automatic Compare Layout of 2 Structs in C++

c++ c++11 c++14