Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

C++ deep lazy comparison with elegant syntax?

c++ c++11

How to treat a std::vector like a C buffer efficiently?

c++ c++11 stl

How do I cast a function with a derived argument to a function with a base argument?

c++ c++11

Exit application while stdin blocking on windows

Valid code fail to be compiled by visual studio 2015 (std function bug?)

Work around std::showbase not prefixing zeros

c++ c++11 std

Is a class definition complete when it is passed to a base class?

c++ c++11 language-lawyer

Error when instantiating std::array using std::array::size

c++ arrays c++11 std constexpr

Possible bug in unique_ptr implementation [duplicate]

c++ c++11 unique-ptr

Where in the source does gcc's std::bind copy arguments into a data structure?

c++ c++11 gcc

Guarantees about key uniqueness in std::unordered_multimap

Enable template only for specific templated class

Transform typelist with function at runtime

Is it possible to create templated user-defined literals (literal suffixes) for string literals?

c++ c++11 templates

Is it possible? std::vector<double> my_vec(sz); which is allocated but not initialized or filled

c++ c++11 vector stl

Initialization of constexpr member variable using constexpr member function [duplicate]

c++ c++11 constexpr

Mutable Member in a ConstExpr Object 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