Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Rationale for type traits checking triviality of class special functions

Puzzling performance difference between mac and a relatively powerful desktop

c++ performance c++11

Placement-new an STL container and destroying it safely afterwards

Why is std::function itself a copy-constructible type?

c++ c++11

Boost ASIO: Asynchronous write, synchronously

Variadic template issue

g++ is used by qmake and gcc is configured by the kit

qt c++11 qt5.9

gcc std::regex with -fpack-struct seg faults

c++ c++11 gcc

const, span, and iterator trouble

c++ c++11 constants

Why 'acquire/release' can not guarantee sequential consistency in c++11?

Idiomatic way to enforce constexpr-ness of constexpr functions

c++ c++11 c++14 c++17 constexpr

Is it safe to modify elements of std::valarray<T> concurrently?

Why does std::is_copy_constructible not behave as expected?

safely passing a callback from managed code to native code

c++11 c++-cli

Maximum number of threads in C++

Can an object of class type T be constant initialized when T has a non-trivial destructor?

c++ c++11 constexpr

cin to function arguments without variable

c++ c++11 input

Why does the following code not result in moving the object instead of copying?

c++ c++11 move-semantics

GCC throws init-list-lifetime warning on potentially valid code?

c++ c++11 gcc language-lawyer

How to build a graph of specific function calls?