Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Why must the delimiters of raw string literals be under 16 chars?

C++17 variant<any> inside the class

c++ gcc c++17 variant

How to simplify complicated SFINAE syntax, in pre-C++11, C++11, 14 and 17?

c++ templates sfinae c++03 c++17

Should there be a diagnostic from GCC compiler for this ill-formed C++ code involving [[fallthrough]] attribute?

Is instantiating a class template with an incomplete type ill-formed, if the type is defined afterwards?

c++ language-lawyer c++17

What does the standard say about char arrays as template arguments?

Innocent range based for loop not working

error: 'string_view' is not a member of 'std'

Are captureless lambda guaranteed to be empty by the standard?

c++ lambda c++17 c++20

Is it possible to check if a user literal is defined for given type and argument?

c++ templates sfinae c++17

C++ Templates - The Complete Guide: Understanding footnote comment about decltype and return type