Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Can you use `std::remove_if` on a container of `std::unique_ptr`?

c++ c++11

No type named 'atomic' in namespace 'std'

c++ xcode c++11 std atomic

How to define a recursive type?

c++ c++11

What does Clang's 'type_visibility' attribute do, and when should one use it?

c++ c++11 clang libc++

Stripping all qualifiers from a function type

c++ templates c++11 c++14 c++17

Official status of c++11 support in gcc

c++ c++11 gcc

Copy initialization with deleted copy constructor in reference initialization

Implicitly treating returned lvalue as rvalue

Scalability of variadic templates

Specialized template function with deleted "general" case fails to compile with g++ <=4.8.0 and clang++

Using const std::unique_ptr for pimpl idiom

c++ c++11 c++17

Can one use parameter value directly (not its type but value itself) in trailing return type syntax

No O(1) operation to join elements from two forward_lists?

c++ complexity-theory c++11

Why is memory_order given as a runtime argument to std::atomic functions

c++ c++11 atomic memory-model

Why throw local variable invokes moves constructor?

How to effectively debug constexpr functions?

Determine whether a constructor of an abstract base class is noexcept?

c++ c++11 c++14 c++17 noexcept

What new Unicode functions are there in C++0x?

default argument, gcc vs clang

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

Point of declaration for an enumeration