Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Why does compiler allow out-of-bounds array access even with constexpr index?

c++ arrays c++14 constexpr c++17

c++17 `filesystem` is not a namespace-name

c++ g++ std c++17

Is C++21 the Next Standard?

C++17 parallel algorithm vs tbb parallel vs openmp performance

Raw Loop on an array of bool is 5 times faster than transform or for_each

c++ performance c++17 clang++

Are user defined deduction guides involving template template parameter as a template for guidance standard compliant

SFINAE and the address of an overloaded function

`auto x = type{...}` initialization syntax and `explicit` conversion operator - clang vs gcc

Does C++17 forbid copy elision in a case where C++14 allowed it?

Ambiguous partial specializations with Clang in C++17

Non-type template parameter type changes randomly

Differences between `boost::any` and `std::any`

c++ boost c++17

Different logic produced by clang and gcc for same code. Which is correct?

c++ language-lawyer c++17

Possible undefined behavior in primitive static_vector implementation

clarification of specifics of P0137

c++ language-lawyer c++17

What should tuple_map return?

c++ c++17 stdtuple

Can an unordered_set use a different allocator for the nodes and the bucket list?

Value vs. Object

c++ language-lawyer c++17

Is it possible to concatenate two strings of type `const char *` at compile time?

c++ c++17

std::map::insert change in C++17

c++ c++11 stl move c++17