Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in c++20
How to project elements nestedly in c++20 constrained algorithms?
Oct 25, 2025
c++
sorting
c++20
range-v3
Why aren't non-ranged STL algorithms constrained with concepts in C++20?
Oct 26, 2025
c++
c++20
std-ranges
Is a revision of the std::allocator interface planned for future C++ versions?
Oct 24, 2025
c++
c++20
allocator
c++-concepts
c++23
Does notifying a condition variable guarantee the wake-up of a thread with a successful condition/predicate if one exists?
Oct 25, 2025
c++
concurrency
synchronization
c++20
condition-variable
How to specialise the function or convert the first arg of a function using a perfect forward?
Oct 25, 2025
c++
c++20
Check at compile time that a function call triggers a `static_assert(false)`
Oct 25, 2025
c++
c++20
compile-time
c++23
static-assert
Is "inline" required for "void f(auto) {}" in a header?
Oct 24, 2025
c++
templates
inline
auto
c++20
Why is that noexcept specifier doesn't work in complete class context but default argument and function body does
Oct 24, 2025
c++
language-lawyer
c++20
noexcept
exception-specification
Members wrongly initialized in nested aggregate? (MSVC)
Oct 24, 2025
c++
visual-c++
c++20
undefined-behavior
std::format pointer error C3615: consteval function 'std::_Compile_time_parse_format_specs' cannot result in a constant expression
Oct 23, 2025
c++
compiler-errors
c++20
fmt
stdformat
What is the rationale behind the iterator/sentinel of range adaptors providing the base() accessor?
Oct 24, 2025
c++
c++20
std-ranges
c++23
C++20 coroutines: need a function that uses co_yield
Oct 23, 2025
c++
coroutine
c++20
c++-coroutine
Pass C++20 Templated Lambda to Function Then Call it
Oct 23, 2025
c++
templates
lambda
c++20
What is the new feature about constexpr std::string with gcc 12.1
Oct 24, 2025
c++
c++20
constexpr
stdstring
gcc12
How does the virtual keyword break compilation?
Oct 23, 2025
c++
c++20
Are repeated declarations of a template with a type-template-parameter defaulted to a closure type a violation of ODR?
Oct 23, 2025
c++
language-lawyer
c++20
Given that allocators are copied by value how is allocator state shared?
Oct 23, 2025
c++
containers
c++20
allocator
Why can I "captureless-capture" an int variable, but not a non-capturing lambda?
Oct 23, 2025
c++
lambda
language-lawyer
c++20
Concept to check for a nested class template
Oct 23, 2025
c++
c++20
c++-concepts
Using a concept in another concept's 'requires' clause
Oct 22, 2025
c++
c++20
c++-concepts
« Newer Entries
Older Entries »