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 can I Populate a chrono::year With the Current Year?
Mar 08, 2023
c++
date
epoch
c++-chrono
c++20
Why the type of the iterator to `std::views::transform` does not seem to be a deterministic type?
Sep 04, 2025
c++
algorithm
iterator
c++20
std-ranges
std::integer_sequence in a lambda before C++20
Sep 04, 2025
c++
c++17
c++20
template-meta-programming
Avoiding repetitive copy-paste of static_cast<size_t>(enum_type) for casting an enum class to its underlying type
Sep 04, 2025
c++
enums
casting
c++20
enum-class
Defaulting three way comparison operator in recursive data structures
Sep 03, 2025
c++
c++20
spaceship-operator
defaulted-functions
New-expression with consteval constructor in constexpr context
Sep 01, 2025
c++
language-lawyer
c++20
constexpr
consteval
How does inline affect member functions in module interfaces?
Sep 03, 2025
c++
language-lawyer
c++20
c++-modules
Redeclaration of explicitly defaulted comparison operator makes it undefined
Sep 03, 2025
c++
language-lawyer
c++20
friend
comparison-operators
Questions about ranges::distance implementation
Sep 03, 2025
c++
gcc
c++20
libstdc++
std-ranges
How to split a std::string_views into a tuple-like objects using C++20 std::views::split?
Sep 01, 2025
c++
split
c++20
stdarray
stdtuple
Is there an alternative to std::this_thread::sleep_for that receives std::stop_token besides time duration?
Sep 02, 2025
c++
multithreading
c++20
Why do C++20 concepts (requirement expression) using std::is_arithmetic_v fail to enforce type constraints?
Sep 02, 2025
c++
c++20
c++-concepts
What does a universal reference in a requires expression actually mean?
Aug 31, 2025
c++
c++20
c++-concepts
ASIO strand blocked after co_spawn is co_await-ed
Sep 03, 2025
c++
boost-asio
c++20
c++-coroutine
The presence of both operator == and operator != breaks some concepts
Sep 02, 2025
c++
language-lawyer
c++20
c++-concepts
comparison-operators
Do I actually need the address of operator when referencing functions
Sep 02, 2025
c++
language-lawyer
c++20
c++23
How does constexpr std::string in C++20 work? [duplicate]
Sep 01, 2025
c++
c++20
constexpr
stdstring
I am unable to construct a vector using a iterators over a view that uses take_while in its construction
Sep 02, 2025
c++
c++20
stdvector
std-ranges
c++23
When did closure types finally became structural types?
Sep 02, 2025
c++
language-lawyer
c++20
Older Entries »