Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Why reference_wrapper behaves differently for built-in types?

Compose callable object

c++ c++11

Compiler/JIT optimisation of bounds check of for loop in Java and C++

Compile-time literal string as template argument

std::shared_ptr preallocation memory

Wrapping c++ and CUDA code with cython

python c++11 cuda cython

Is it possible to implement boost::thread_specific_ptr via thread_local?

Qmake doesn't use stdc++11 compilation flag

c++ qt c++11

Iterator-reducer pattern for functions that may or may not return a value

c++ c++11

Why constexpr is not evaluated at compile time (MSVC 2015)?

Why don't std::initializer_list overloads exist for std::make_unique et al?

Mixing inherited constructor from the base class with a custom construcutor

c++ templates c++11

remove an item from a vector of std::function

c++ c++11 vector std-function

Automatically determine if user-defined function is equivalent to the implicit one

c++ c++11

Cycles in c++ like in python (range-based for)

python c++ c++11 range cycle

GCC sometimes doesn't inline std::array::operator[]

Problems about installing a gcc-6.* on CentOS-6.5

c++ linux c++11 gcc

How to create a private static const string when using the pimpl idiom

c++ c++11 pimpl-idiom

Partial template function specialization with enable_if: make default implementation

c++ c++11 sfinae enable-if

Passing an initialization list to a macro

c++ c++11 c-preprocessor