Search code examples
How to write a C++23 constant_range factory a la iota, with by-value dereference operator...

c++language-lawyerstd-rangesc++23

Read More
`error: exception specification of 'operator()<Iterator>' uses itself` when dealing wi...

c++c++23

Read More
Why is std::nextafter not constant expression?...

c++constexprc++23

Read More
Did the rules for nullptr init of unique_ptr change in C++23?...

c++visual-c++language-lawyerunique-ptrc++23

Read More
is there a C++ equivalent to SQL DENSE_RANK() window function?...

c++sqldense-rankc++23

Read More
Why does std::expected<T, E> require T to be copy-constructible if it is copy-assignable?...

c++c++23std-expected

Read More
How to write/read std::chrono::zoned_seconds to/from a stream using chrono::parse?...

c++datetime-formatfstreamc++-chronoc++23

Read More
Implement join method with std::format...

c++c++23fmt

Read More
no match for operator * using min_element...

c++std-rangesstdtuplec++23structured-bindings

Read More
C++ format using raw string literals...

c++stringformatc++23

Read More
How to serialize/deserialize std::chrono::zoned_time?...

c++serializationdeserializationc++-chronoc++23

Read More
Why do std::flat_set and std::flat_map have some noexcept functions while other container adapters d...

c++stlnoexceptc++23

Read More
Concept vs. Typename Parameter in Template Template...

c++templatesstandardsundefined-behaviorc++23

Read More
Why returning a "modifiable" ranges view from a function causes a compile error but the sa...

c++std-rangesc++23

Read More
How to find the first occurring string_view in another string_view?...

c++algorithmc++23string-view

Read More
Behavior differences using string objects as delimiters in ranges::views::split...

c++std-rangesc++23

Read More
How to extract std::string_view tokens from std::ranges::lazy_split_view using >= C++23?...

c++splitstdc++23string-view

Read More
ranges::to() error: conversion to non-scalar type requested...

c++implicit-conversionstd-rangesc++23

Read More
Defer a lambda in C++23...

c++raiic++23

Read More
why is std::views::istream not exhausted with take_while...

c++istreamstd-rangesc++23

Read More
Why does a free function work but its equivalent in lambda fails to compile?...

c++lambdac++23

Read More
Gtest with clang: undefined reference to internals...

c++cmakeclangclang++c++23

Read More
Any reason why I cannot join a vector of int with a delimeter...

c++fmtc++23

Read More
Roundtripping a std::list::iterator through void * with std::bit_cast...

c++c++23

Read More
Combined with C++23 Deducing this and conversion operator with auto return type?...

c++language-lawyertype-deductionc++23explicit-object-parameter

Read More
Range pipeline drops typedef used for formatting style...

c++pipelinestd-rangesfmtc++23

Read More
A value of type "const int*" cannot be used to initialize an entity of type "int* con...

c++constantsc++23

Read More
Why is it a syntax error to use explicit object parameters in a function pointer?...

c++visual-c++c++23explicit-object-parameter

Read More
gcc-12/13: std::stacktrace is still not found...

c++gccubuntu-22.04c++23

Read More
C++ Phase 1 Translation Set of Source File Characters: Before vs. Post C++11, before C++23...

c++c++11translationc++23implementation-defined-behavior

Read More
BackNext