Search code examples
the cos function in cmath libray is not working correctry...


c++c++20trigonometrycmath

Read More
How can I use C++20 std::format?...


c++printfstring-formattingc++20fmt

Read More
c++20 ranges view to vector...


c++c++20

Read More
Why does my Container concept fail for const std::list<double> due to begin() and end() not sa...


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

Read More
How to get return type of template parameter method?...


c++templatesc++20return-typedecltype

Read More
Concept placement changes program outcome without compile error, possible to avoid?...


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

Read More
std::format of user-defined types?...


c++c++20fmtstdformat

Read More
Error when calling std::views::join on std::initializer_list of vectors...


c++c++20initializer-liststd-ranges

Read More
Are repeated declarations of a template with a type-template-parameter defaulted to a closure type a...


c++language-lawyerc++20

Read More
How to get the type of the values in a C++20 std::ranges range?...


c++templatesc++20c++-conceptsstd-ranges

Read More
How to define a concept of a object that is structure bindable?...


c++c++20c++-conceptsstructured-bindings

Read More
using typed template argument with default value as abstract class in c++...


c++templatesvectorc++20abstract-class

Read More
Does the C++ standard forbid reusing storage without destroying?...


c++language-lawyerc++20c++23

Read More
Convert template argument to template template...


c++templatesc++20

Read More
What is a "span" and when should I use one?...


c++c++20c++-faqcpp-core-guidelinesstd-span

Read More
std::atomic<T>::wait - is spurious wakeup possible or not?...


c++c++20stdatomicspurious-wakeup

Read More
Import std lib as modules with clang...


c++clang++c++20c++-modules

Read More
How to use C++20 modules with GCC?...


c++c++20

Read More
C++20 comparison: warning about ambiguous reversed operator...


c++c++20

Read More
Breaking strict aliasing when reinterpret_cast-ing pointer to an object vs directly casting the refe...


c++20strict-aliasing

Read More
Why does the ranges library define two names for each view?...


c++rangec++20

Read More
Why extent of std::span created from a static array considered to have a dynamic_extent?...


c++arraysc++20std-spandynamic-extent

Read More
Can requires expression return TRUE for ill-formed code?...


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

Read More
What does std::make_unique_for_overwrite() do vis-a-vis std::make_unique()?...


c++c++20smart-pointersunique-ptr

Read More
what is the new feature in c++20 [[no_unique_address]]?...


c++attributesc++20

Read More
Concept for smart pointers...


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

Read More
How to read in std::format a dynamic option if that option is of a custom type...


c++c++20fmtstdformat

Read More
Should std::get<T&>(tuple) work for zip_view's output?...


c++stdc++20c++23

Read More
What is the type of a templated lambda?...


c++templateslambdac++20

Read More
std synchronisation constructs - logic behind wait() and try_wait_for()...


c++c++20

Read More
BackNext