Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

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

C++ - Function with multiple parameter packs and a std::function as argument

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

Deducing class template arguments with a constructor that uses a member type alias

c++ language-lawyer c++17

Any gotchas replacing global const char[] with constexpr string_view?

A shared recursive mutex in standard C++

Using decltype(auto) in C++ non-type template parameter

initializer_list with auto contains multiple expressions

c++ language-lawyer c++17 auto

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

c++ c++17

MSVC cannot return an object that can be copied but cannot be moved

Reference to local binding declared in enclosing function [duplicate]

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

Implementing is_constexpr_copiable

When to use std::invoke instead of simply calling the invokable?

c++ std c++17

Can't use c++17 features using g++ 7.2 in QtCreator

c++ qt-creator c++17 variant