Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++20

Members wrongly initialized in nested aggregate? (MSVC)

std::format pointer error C3615: consteval function 'std::_Compile_time_parse_format_specs' cannot result in a constant expression

What is the rationale behind the iterator/sentinel of range adaptors providing the base() accessor?

c++ c++20 std-ranges c++23

C++20 coroutines: need a function that uses co_yield

Pass C++20 Templated Lambda to Function Then Call it

c++ templates lambda c++20

What is the new feature about constexpr std::string with gcc 12.1

How does the virtual keyword break compilation?

c++ c++20

Are repeated declarations of a template with a type-template-parameter defaulted to a closure type a violation of ODR?

c++ language-lawyer c++20

Given that allocators are copied by value how is allocator state shared?

c++ containers c++20 allocator

Why can I "captureless-capture" an int variable, but not a non-capturing lambda?

Concept to check for a nested class template

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

Using a concept in another concept's 'requires' clause

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

Why is default construction disallowed in std::span with static extent?

c++ c++20

In C++ can you use one empty type as storage for another?

std::chrono::from_stream correct usage

c++ std c++-chrono c++20

C++ concept and perfect forwarding

std::chrono::time_zone is not available across different operating systems

c++ linux windows c++20

C++20 modules TS: still need function declaration?

Invocability of functors

c++ c++20

changing active constexpr union member using construct_at

c++ c++20 constexpr