Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

c++: error: no type named ‘type’ in ‘class std::result_of<void (*(std::unordered_map

c++ multithreading c++11

Can C++11 decltype be used to create a typedef for function pointer from an existing function?

c++ c++11 decltype

Why is initialization of a constant dependent type in a template parameter list disallowed by the standard?

constexpr exp, log, pow

Destructors and noexcept

c++ c++11 destructor noexcept

Can clang-format align variable or macro assignments in columns?

c++ c c++11 clang clang-format

What is the current status of C++ AMP

c++ c++11 gpgpu c++-amp

Reinterpreting a union to a different union

c++ c++11 language-lawyer

Is std::move(*this) a good pattern?

Any disadvantage of using const reference when iterating over basic types?

c++ templates c++11

Is it defined behavior to reference an early member from a later member expression during aggregate initialization?

When is a compiler-only memory barrier (such as std::atomic_signal_fence) useful?

Meaning of default initialization changed in C++11?

Constexpr pointer value

Why does std::unique_ptr operator* throw and operator-> does not throw?

c++ c++11 language-lawyer

C++11: What happens if you don't call join() for std::thread

g++ and clang++ different behaviour with integral template parameter

c++ templates c++11 g++ clang++

Is there any difference between structure and union if we have only one member?

c++ c c++11 struct unions

How to perfectly forward `auto&&` in a generic lambda?

<system_error> categories and standard/system error codes