Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

Using std::make_unique with a custom deleter

c++ c++11 c++14

Is it a conforming compiler extension to treat non-constexpr standard library functions as constexpr?

Does constexpr imply noexcept?

What is performance-wise the best way to generate random bools?

c++ c++11 random boolean c++14

C++ std::unique_ptr : Why isn't there any size fees with lambdas?

c++ c++11 c++14 unique-ptr

Is there a way to iterate over at most N elements using range-based for loop?

c++ c++11 stl c++14

Why can const members be modified in a constructor?

Should I compare a std::string to "string" or "string"s?

What is the endianness of binary literals in C++14?

c++ endianness c++14

Converting std::unique_ptr<Derived> to std::unique_ptr<Base>

c++ c++11 unique-ptr c++14

Why both runtime-sized arrays and std::dynarray in C++14?

Is the specification of `bsearch` in C++11 & C++14 defective?

Raw pointer lookup for sets of unique_ptrs

c++ c++11 unique-ptr c++14

Is there a reason for zero sized std::array in C++11?

c++ arrays c++11 c++14 stdarray

How to create a variadic generic lambda?

c++ lambda c++14 variadic

Recursive lambda functions in C++14

c++ lambda c++14

Is C++20 'char8_t' the same as our old 'char'?

c++ c++14 c++20

Strongly typed using and typedef

c++ c++14 c++17

Implementation C++14 make_integer_sequence

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

Use of string_view for map lookup