Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

The compiler g++ can't create a.out file?

Is my understanding about [basic.link]/7 in N4140 correct?

c++ c++14 linkage

Detect operator at compile time without implicit conversions

c++ c++11 gcc c++14 sfinae

Return type deduction for class methods? C++1y

Is my interpretation correct about n3797 8.5.3/5?

C++: boost fusion fold with c++14 generic lambdas

c++ boost lambda c++14 auto

Insert/remove type into variadic template list (parameter pack)

Floating point division by zero not constexpr

Wrap arbitrary function call via template metaprogramming with try..catch block in modern C++

c++ templates c++11 lambda c++14

array_view alternative for maps, sets, etc

Filtering a tuple with an integer_sequence

c++ c++11 c++14

Type conversion at template non-type argument without constexpr

c++ templates gcc clang c++14

How do I get this recursive rule to work?

Using suffixes without std::literals

c++ language-lawyer c++14

deducing a tuple's types

Why using std::forward on container before accessing element?

Why can't operator () of stateless functor be static?

Can an out-of-range enum conversion produce a value outside the underlying type?

c++ language-lawyer c++14

Legal definitions of main() in C++14

static_assert dependent on non-type template parameter (different behavior on gcc and clang)