Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Visual Leak Detector throwing "Access violation reading location" on ntdll.dll

std::sort algorithms memory usage

All versions of GCC struggle with default member initializer, that captures this, combined with inherited constructors

Reusing a unique_lock in a consumer loop

C++ Passing std::function object to variadic template

How to properly write R-Value overloads for operators

Check boost::log filter explicitly?

c++ c++11 boost boost-log

Why is reinterpret_cast not constexpr?

Can nullptr be converted to uintptr_t? Different compilers disagree

c++ c++11 gcc visual-c++ clang

C++0x static initializations and thread safety

Can someone explain rvalue references with respect to exceptions?

Why does enable_shared_from_this embed a weak pointer instead of embedding the reference counter directly?

Is it safe to disable MSVC warning C4482?

Boost equivalent of std::async()

c++ boost asynchronous c++11

How do I resolve this <unresolved overloaded function type> error when using std::function?

c++ c++11

Comparing an error code enum with std::error_code

c++ c++11

Is there an operational difference between std::set::iterator and std::set::const_iterator?

sfinae with decltype: bug in clang or gcc?

c++ gcc c++11 clang sfinae

Declarator modifier position in variadic templates

VS2012, C++11 and memory leak detection (VLD vs CRTDBG)