Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

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

What makes a union member active?

Default-construct inline static random number engines in gcc

c++ gcc inline c++17 libstdc++

emplace_back causes link error on static constexpr member

std::mt19937 fails when std::uint_fast32_t is 4 bytes in GCC

c++ gcc random c++17 mt19937

Why does path's iterator return "\\" while traversing?

c++ c++17

What is the difference between non-type template parameters in C++17 and C++11?

"Uninitialized captured reference" error when using lambdas in fold expression - clang vs gcc

What does "there is no smaller array object that satisfies these constraints" mean?

c++ language-lawyer c++17

Copy trivially copyable types using temporary storage areas: is it allowed?

c++ language-lawyer c++17