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
Non type template parameter of type std::string& compiles in gcc but not in clang
Dec 06, 2025
c++
language-lawyer
c++20
Why doesn't std::ranges::find compile while std::find works fine?
Dec 06, 2025
c++
c++20
std-ranges
Passing std::ranges::views as parameters in C++20
Dec 07, 2025
c++
c++20
std-ranges
What is a Designated Initializer?
Dec 07, 2025
c++
c++20
designated-initializer
llvm documentation example does not compile
Dec 05, 2025
c++
clang++
llvm-clang
c++20
constexpr C++ error: destructor used before its definition
Dec 06, 2025
c++
c++20
constexpr
How to use output iterators without a container: Set intersection without storage
Dec 05, 2025
c++
iterator
set
c++20
set-intersection
Does the standard require `operator->()` to be defined for past-the-end non-contiguous iterators?
Dec 05, 2025
c++
iterator
language-lawyer
c++20
How to use `static_assert(std::forward_iterator<my_iterator<...>>);`
Dec 05, 2025
c++
c++20
visual-studio-2022
constexpr unsigned int * unsigned long not evaluated as unsigned long?
Dec 05, 2025
c++
c++20
constexpr-function
Imaginary deduction guides
Dec 03, 2025
c++
language-lawyer
c++20
Can any char be converted in bool using std::bit_cast?
Dec 03, 2025
c++
boolean
language-lawyer
c++20
bit-cast
At which point are default template arguments instantiated in C++?
Dec 02, 2025
c++
lambda
language-lawyer
c++20
default-arguments
A lambda with a capture fail to compile when used with std::semi_regular
Dec 02, 2025
c++
lambda
c++20
Got an Error when using C++20 Polymorphism Lambda Function
Dec 01, 2025
c++
lambda
c++20
higher-order-functions
Custom formatter failed to compile in clang and gcc, but succeeded in MSVC
Dec 01, 2025
c++
format
c++20
Can constructor's member initializer include initialization of another member?
Dec 02, 2025
c++
language-lawyer
c++20
placement-new
member-initialization
Older Entries »