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
concept std::derived_from when the argument is a smart pointer
Oct 26, 2025
c++
c++20
c++-concepts
How to print milliseconds using format in C++20
Oct 25, 2025
c++
c++20
c++-chrono
fmt
Is std::views::keys guaranteed to work correctly with any pair/tuple type?
Oct 26, 2025
c++
c++20
std-ranges
How can I wrap std::format() with my own template function?
Oct 24, 2025
c++
c++20
variadic-templates
fmt
Should std::get<T&>(tuple) work for zip_view's output?
Oct 26, 2025
c++
std
c++20
c++23
C++ std::unordered_map fastest way to insert new element only if it doesn't exist
Oct 26, 2025
c++
performance
c++20
How do I control the type of value returned by std::ranges::iota_view?
Oct 26, 2025
c++
std
c++20
ClangTidy + CMake - ignore third party headers from Conan
Oct 26, 2025
c++
cmake
c++20
conan
clang-tidy
Using C++20 concept/requires for function partial specialization
Oct 26, 2025
c++
c++20
template-meta-programming
c++-concepts
C++ concept checking in incomplete-class context
Oct 26, 2025
c++
c++20
c++-concepts
Cannot default construct an object of a class derived from base with module linkage
Oct 26, 2025
c++
inheritance
c++20
c++-modules
Converting pointer-to-member to member index using Boost.PFR without creating an object
Oct 25, 2025
c++
boost
reflection
c++20
metaprogramming
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
« Newer Entries
Older Entries »