Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

Checking if a sequence container is contiguous in memory

can have definition variable of non-literal type in constexpr function body c++14?

Contradictory results between GCC and clang related to [basic.link]/7 in the C++ Standard

Does RVO work on object members?

Is a defaulted constructor/assignment noexcept/constexpr by default?

c++ c++11 c++14

Correct way to return an rvalue reference to this

c++ c++11 c++14 rvalue

Capture std::promise in a lambda C++14

c++ c++11 lambda promise c++14

Generalized lambda capture on param-pack?

What is difference between decltype(auto) and decltype(returning expr) as return type?

c++ c++14 auto decltype

Use std::experimental::optional to implement a list

c++ list data-structures c++14

Why does make_optional decay its argument type?

Connecting three different objects

c++ c++11 c++14 shared-ptr

Which standard C++ features can be used for querying machine/OS architecture?

Union common initial sequence with primitive

How should a Variable Template be referred to in C++14 when declared at Class scope?

Odd behavior passing static constexpr members without definitions by value

Possible to instantiate templates using a for loop in a C++14 constexpr function?

c++ c++14 constexpr

C++1y/C++14: Assignment to object outside its lifetime is not allowed in a constant expression?

Can I write a function type that returns a function?

Determine `constexpr` execution - during compilation or at runtime?

c++ c++14 constexpr