Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

std::any across shared library bounding in mingw

Does Visual Studio 2017 fully support N4266 with the [[deprecated]] attribute?

c++ visual-studio c++17

Compile time type detection of parameter types

c++ templates c++17

`template <auto>` and partial class template specialization ordering

At what point to use unique_lock with shared_mutex?

c++ c++17

C++17 check for valid expression

c++ c++17

Static table inside constexpr function

c++ c++17 constexpr

Custom serialization of std::string_view causes unexpected compiler error

c++ c++17 cereal

Compiler independent class name

Clang report "constexpr if condition is not a constant expression" while GCC is ok [duplicate]

How to use a C++ requires clause in a concept to require a member variable to satisfy a concept constraint?

c++ c++17 c++20 c++-concepts

How to work with pointers into raw memory provided by custom allocators (without UB)?

Understanding C++ constexpr Performance

c++ c++17 constexpr raytracing

Is returning declval UB if the template is never called outside of unevaluated context?

c++ c++17 metaprogramming

Misunderstanding about non-deducible function template arguments

Different results in Clang and GCC when casting to std::optional<T>

Non const When Capture Reference by Value?

c++ g++ c++17

A shared recursive mutex in standard C++

Is it possible to create a lambda on the heap in one step? [duplicate]

c++ c++17

Does std::string need to store its character in a contiguous piece of memory?