Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Cannot set __cplusplus to C++17 standard with Visual Studio and CMake

constexpr differences between GCC and clang

c++ c++17

Compilation time message (after preprocessor) to use with `if constexpr`

Access to own private constructors via derived class constructor inheritance

Rationale for type traits checking triviality of class special functions

Why did they insist in using the `extern` specifier in the examples below?

Converting struct to constexpr array of uint8_t

constexpr array member with template specialization: inconsistent behavior cross compilers

Why injected-class-name is sometimes not treated as a template name in a class template?

Idiomatic way to enforce constexpr-ness of constexpr functions

c++ c++11 c++14 c++17 constexpr

Strange behaviour when using C++17 static inline members in Visual Studio

c++ exception inline c++17

Why does this get_index implementation fail on VS2017?

noexcept visitation for std::variant

c++ c++17 variant noexcept

Static inline members initialization order

c++17 inline + thread_local vs thread_local

Yet another string literal, UDL labyrinth

c++ visual-c++ c++17

Does use of C++17 std::filesystem REQUIRE MacOS 10.15? (Xcode 11.1)

Should I use lock_guard, scoped_lock or unique_lock in this situation?

c++ c++17 mutex lock-guard

Templated conversion operator priority

c++ c++17

C++ 17 parallelism hardware implementation