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
Are variable templates declared in a header, an ODR violation?
May 20, 2026
c++
templates
c++17
c++20
The deduction guide for std::array
May 18, 2026
c++
c++17
c++20
stdarray
deduction-guide
Text formatting using std::format for enums
May 20, 2026
c++
c++20
fmt
Do C++20 attributes [[likely]] and [[unlikely]] have anything to do with "Speculative Execution"?
May 18, 2026
c++
c++20
likely-unlikely
What do I use in C++ instead of IEnumerable<T> for the return type of a co_yield function?
May 19, 2026
c++
c++20
c++-coroutine
How to understand "constness is shallow" with regard to references (as stated in cppreference.com)?
May 19, 2026
c++
reference
c++20
C++ format string compile-time validity check
May 19, 2026
c++
c++20
compile-time-constant
compile-time-type-checking
Apply a templated lambda to each type in a std::tuple (C++20)
May 19, 2026
c++
templates
c++20
apply
c++23
How to bump the C++ standard from the CMake command line?
May 18, 2026
c++
cmake
c++17
c++20
fmt `fmt::v10::basic_format_string` with C++20
May 18, 2026
c++
c++20
fmt
Can operands to `a?b:c` have different types? What's the best alternative?
May 17, 2026
c++
if-statement
initialization
c++20
Apple Clang 13 C++20 Module Support Missing
May 17, 2026
c++
c++20
clang++
macos-monterey
c++-modules
How can I flatten a circular dependency using C++20 modules?
May 18, 2026
c++
c++20
circular-dependency
c++-modules
Clang scan deps was not found while trying to build C++ 20 modules
May 17, 2026
c++
cmake
c++20
c++-modules
Is there any elegant way to combine asio::co_composed and std::variant?
May 17, 2026
c++
boost
c++20
coroutine
asio
How to create a time point from milliseconds since Unix epoch?
May 16, 2026
c++
time
c++17
c++20
c++-chrono
What is the rationale to disallow type traits in type-constraints in addition to concepts?
May 16, 2026
c++
c++20
language-design
c++-concepts
How to specialize a type trait using concepts?
May 16, 2026
c++
c++20
c++-concepts
"multiply defined symbols found" how is my destructor being defined twice?
May 15, 2026
c++
visual-c++
c++20
visual-studio-2022
pimpl-idiom
Older Entries »