Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

std::conditional compile-time branch evaluation

Method in base class that returns derived class type?

Should copy assignment operator leverage std::swap as a general rule?

c++ c++11

C++ regex_match not working

c++ regex c++11

Why do I have to call operator<< as a method for SFINAE to work with void_t?

c++ c++11 c++14 sfinae enable-if

Multiple inheritance and unique_ptr destruction

Why GCC does not evaluate constexpr at compile time?

c++ c++11 gcc constexpr

Using std::find() With Reverse Iterators

What does a deleted pointer point to?

c++ c++11 pointers

size_t: an operator? (and a way to use unordered_set)

C ++ Boost Bind Performance

Alternatives to <ctime>

c++ visual-c++ c++11

How to make a function accept arbitrary number of arguments not using f(...)?

Why initialize unique_ptr with a make_unique call?

c++ c++11 c++14 gotw

Can a virtual function be overridden by a non-virtual function?

Boost program options iterate over variables_map

how to pass member function pointer to std::function

Is boost::signals2 overkill for simple applications?

Does std::move on std::string garantee that .c_str() returns same result?

c++ c++11 move move-semantics

c++ how to assert that all std::shared_ptr in a vector are referring to something