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
Will std::string end up being our compile-time string after all?
Sep 08, 2025
c++
constexpr
stdstring
idioms
c++20
While template deduction, is it possible to detect if a consteval function could be run
Sep 07, 2025
c++
templates
c++20
consteval
Why can't we specialize concepts?
Sep 08, 2025
c++
c++20
template-specialization
c++-concepts
'auto' as a template argument placeholder for a function parameter
Sep 08, 2025
c++
templates
auto
c++20
Creating an Iterator with C++20 Concepts for custom container
Sep 07, 2025
c++
c++20
c++-concepts
C++20 concepts how to define existence of a function with arguments?
Sep 07, 2025
c++
c++20
c++-concepts
Why doesn't C++20 use `requires` to restrict the T for atomic<T>?
Sep 08, 2025
c++
atomic
c++20
c++-concepts
std::popcount identifier not found in MSVC 16.6.0
Sep 07, 2025
c++
c++20
visual-c++-2019
consteval vs constexpr on variables
Sep 07, 2025
c++
c++11
constexpr
c++20
consteval
Why rebind<U>::other are deprecated in C++17 and removed in C++20?
Sep 07, 2025
c++
c++17
c++20
allocator
MSVC accepts std::string array initialized with string literal but gcc and clang rejects
Sep 08, 2025
c++
initialization
language-lawyer
c++20
string-literals
fmt compile time format string check without generating asm code for the check?
Sep 07, 2025
c++
c++20
fmt
Is const broken with std::views?
Sep 06, 2025
c++
constants
c++20
std-ranges
How can I find the Nth weekday of the month using chrono?
Sep 07, 2025
c++
c++20
c++-chrono
The reasoning behind Clang's implementation of std::function's move semantics
Sep 06, 2025
c++
clang
c++20
std-function
libc++
Why is void() legal whereas void{} is not? [duplicate]
Sep 04, 2025
c++
language-lawyer
c++20
How to convert char* into std::u8string?
Sep 04, 2025
c++
utf-8
c++20
c-strings
stdstring
Copy-initialization of array type
Sep 05, 2025
c++
language-lawyer
c++20
Why don't string_view and span constructors use C++20 concepts?
Sep 05, 2025
c++
c++20
c++-concepts
c++23
Why won't CMake add a language standard compilation flag to a target via CMAKE_CXX_STANDARD created before the definition of that variable?
Sep 05, 2025
c++
cmake
c++20
Older Entries »