Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

Is (or will be) the use of familiar template syntax in lambda expressions allowed?

Throwing an rvalue

Non Deduced context for a non type parameter

constexpr reference to a variable of an anonymous struct

c++ c++11 c++14 unions c++17

Don't use sizeof for T if T is a function

Is it possible to turn a constexpr std::array into a std::integer_sequence?

c++ templates c++14

When should I std::forward a function call?

Trait to check if some specialization of template class is base class of specific class

constexpr void function rejected

Why does "return (str);" deduce a different type than "return str;" in C++?

Simulating `continue;`, `break;` in lambda-based foreach loops

c++ loops lambda c++14

When and how to use a template literal operator?

Abstract class and unique pointer

Condition variable and shared mutex

c++ multithreading c++14

Is it possible to pass generic lambda as non-template argument

When should we use parenthesis ( ) vs. initializer { } syntax to initialize objects in C++11? [duplicate]

c++ c++11 initialization c++14

strange error: use of deleted function 'std::unique_ptr<_Tp, _Dp>::unique_ptr when no pointers really created

How I can find out if a Linux system uses Wayland or X11?

c++ linux c++14 x11 wayland

Is there any reason why `std::exchange` is not `constexpr`?

c++ c++14 std constexpr

copy_if with different types

c++ c++14