Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Confusion regarding types, overflows and UB in pointer-integral addition

c++ pointers c++11

Empty struct or anonymous struct as tag

c++ c++11 tags c++14

Do compilers provide default move assignment operators and move constructors?

c++11 move-semantics

How to take advantage of multi-cpu in c++?

What can you do with templates with zero template parameters?

c++ templates c++11

Overload resolution gets different result between gcc and clang

c++ c++11 overloading

Using/storing derived member in derived class with base class that stores base member

Deduce type from literal string

Storing a pointer to object returned with NRVO

c++ c++11 copy-elision

Why doesn't clang warn about implicit conversion from double to int, but do it when from long to int?

c++ c++11 gcc clang gcc-warning

Function template modifies parameter declared with top-level const: clang bug?

c++ c++11 clang c++14

C++: static on static member variable dependent initialization with int vs struct

c++ c++11 static

Passing (partially) templated template function as std::function(or function pointer)

Correct way of portably timing code using C++11

c++ c++11 benchmarking timing

Is there any difference between virtual destructor=default and one with empty body?

c++ c++11 destructor

Compiler deduction of rvalue-references for variables going out of scope

c++ c++11 rvalue-reference

How to use -fsplit-stack on a large project

Inconsistent warning "conversion from 'const unsigned char' to 'const float' requires a narrowing conversion"

What does it mean "xvalue has identity"?

Error linking boost with Visual Studio and vcpkg