Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Is assignment of braced-init-list to an array correct? [closed]

Is there a legal way to print tuples and pairs using operator<<?

Why does this initializer_list use misbehave when passing strings?

Ambiguous overload on argument-less variadic templates

Is this the right way to implement pimpl wth unique_ptr and move-semantics in C++11

c++ c++11 unique-ptr

Boost any_range performance: std::prev(iterator) versus --iterator

Can iter_swap be specialised?

Can a container's iterator yield something other than an lvalue?

c++ c++11

why vector's move ctor does not deduce a noexcept()?

c++ c++11 g++ move-semantics

std::align and std::aligned_storage for aligned allocation of memory blocks

c++ c++11 alignment allocator

How to implement Observer pattern in C++ [closed]

c++ design-patterns c++11

std::lock_guard<std::mutex> segfaults on construction?

constexpr with std::array - "Non-type template argument is not a constant expression" [duplicate]

hash_value function in C++11

c++ boost c++11

Are there cases where constexpr should be avoided, even it it could be used?

c++ c++11 constexpr

Suggested max size for stack allocations

'TypeInfo<char>(char *)' isn't defined but worked pre-C++11; what changed, and how can I fix the error?

Is there a C++ equivalent of WaitforSingleObject?

volatile and const volatile std::tuple and std::get

c++ c++11

SFINAE enable_if explicit constructor