Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Is the copy and swap idiom still useful in C++11

c++ c++11 swap

Does std::vector::resize() ever reallocate when new size is smaller than current size? [duplicate]

c++ c++11 std c++03 c++98

Boost logger linking issue

c++ logging boost c++11

Weird uninitialized const member behavior

c++ c++11 gcc

C++ omitting `noexcept` specifier versus `noexcept(false)`, what is their precise meaning?

c++ c++11 noexcept

Adding a unique_ptr to a class in a vector results in 3x speedup

c++ c++11 boost vector

What does the & (ampersand) at the end of member function signature mean?

c++ c++11

Using C++0x in Xcode 4.2 project via CMake

c++ xcode cmake c++11

Specializing single method in a big template class

c++ templates c++11

Calling a free function instead of a method if it doesn't exist

c++ templates c++11

Proper indentation for C++11 lambdas

c++11 lambda indentation

Why const_iterator could be used with std::map::erase

Can range-based for loops be aware of the end?

c++ stl c++11

How would you initialize a const vector of function results using C++11?

Persisting std::chrono time_point instances

Difference between string literal and constexpr array of char

strcpy_s not working with gcc

c++ c++11 gcc strcpy tr24731

Reusing exception handling code in C++

Using std::accumulate

c++ c++11 stl

Is constexpr really needed?

c++ c++11 constexpr