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
Passing a concept to a function
Sep 07, 2022
c++
templates
template-meta-programming
c++20
concept
Why is is_trivially_copyable_v different in GCC and MSVC?
Apr 01, 2022
c++
language-lawyer
c++20
typetraits
Is there a flaw in how clang implements char8_t or does some dark corner of the standard prohibit optimization?
Nov 20, 2022
c++
clang
compiler-optimization
c++20
Granting friendship to constructor/destructor of template class specialization - works under C++17, but fails under C++20
Apr 13, 2022
c++
language-lawyer
c++20
friend
friend-function
Overloading operator== with `&&` and `const` qualifier cause ambiguity in C++20
Nov 19, 2022
c++
operator-overloading
comparison
language-lawyer
c++20
Can there be different implicit objects based on a later runtime decision in C++20?
Sep 12, 2022
c++
language-lawyer
c++20
Will we be able to construct containers with views in C++20?
Nov 21, 2020
c++
c++20
range-v3
Is it possible to use std::endian if it is available, otherwise do something else?
Feb 25, 2021
c++
endianness
constexpr
c++20
Why C++ ranges "transform -> filter" calls transform twice for values that match the filter's predicate?
Aug 30, 2022
c++
c++20
How to write deduction guidelines for aliases of aggregate templates?
Apr 14, 2022
c++
c++20
aggregate-initialization
template-aliases
deduction-guide
if constexpr and requires-expression for ad-hoc concepts checking
Feb 16, 2022
c++
c++-concepts
c++20
Will getting the current date/time be thread-safe in C++20?
Nov 05, 2022
c++
date
datetime
time
c++20
Are captureless lambda guaranteed to be empty by the standard?
Nov 08, 2022
c++
lambda
c++17
c++20
Where is std::future::then() and the concurrency TS?
Sep 11, 2022
c++
c++20
Floating-point types as template parameter in C++20
Sep 13, 2022
c++
templates
floating-point
c++20
Why didn't `accumulate` make it into Ranges for C++20?
Apr 05, 2022
c++
c++20
range-v3
Non-type template parameters and requires
Aug 23, 2022
c++
c++20
c++-concepts
non-type-template-parameter
What is a "prospective destructor" in C++20?
Apr 09, 2022
c++
language-lawyer
destructor
c++20
raii
Why is std::variant unable to hold array object types while union can?
Feb 09, 2020
c++
visual-c++
c++17
variant
c++20
Why is ranges::ostream_iterator default-constructible?
Sep 10, 2022
c++
iterator
ostream
c++20
range-v3
« Newer Entries
Older Entries »