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
Convert between std::u8string and std::string
Sep 05, 2022
c++
unicode
utf-8
c++20
What is C++20's string literal operator template?
Sep 05, 2022
c++
c++20
user-defined-literals
Is the three-way comparison operator always efficient?
Sep 07, 2022
c++
operators
c++20
spaceship-operator
C++20 comparison: warning about ambiguous reversed operator
Mar 21, 2022
c++
c++20
Specific use case of to_address
Feb 17, 2022
c++
c++20
address-operator
How can a conforming C++ implementation indicate that it doesn't know the current date and time?
Mar 21, 2022
c++
time
language-lawyer
chrono
c++20
Why does C++ not know to do an implicit move in the return when the variable is used in an initializer list?
Dec 20, 2021
c++
move-semantics
c++20
Will specialization of function templates in std for program-defined types no longer be allowed in C++20?
Sep 04, 2022
c++
std
template-specialization
function-templates
c++20
Calling non-static member function outside of object's lifetime in C++17
Sep 04, 2022
c++
language-lawyer
c++17
c++20
order-of-execution
Why does "&& true" added to a constraint make a function template a better overload?
Mar 15, 2022
c++
language-lawyer
c++20
c++-concepts
Designated initializers in C++20
Sep 04, 2022
c++
aggregate
c++20
designated-initializer
What is the fastest way to check the leading characters in a char array?
Sep 01, 2022
c++
performance
optimization
c++20
Why must a std::ranges::filter_view object be non-const for querying its elements?
Aug 31, 2022
c++
constants
standards
c++20
std-ranges
C++20 constexpr std::copy optimizations for run-time
Oct 07, 2020
c++
optimization
constexpr
c++20
Contiguous iterator detection
Sep 03, 2021
c++
iterator
c++17
c++20
iterator-traits
What are the mechanics of coroutines in C++20?
Sep 02, 2022
c++
asynchronous
coroutine
c++20
c++-coroutine
Why does aggregate initialization not work anymore since C++20 if a constructor is explicitly defaulted or deleted?
Sep 02, 2022
c++
c++17
backwards-compatibility
c++20
Can Deduction Guide have an explicit(bool) specifier?
Mar 18, 2022
c++
language-lawyer
c++20
C++ check if statement can be evaluated constexpr
Sep 02, 2022
c++
template-meta-programming
constexpr
c++20
if-constexpr
Differences between std::is_convertible and std::convertible_to (in practice)?
Mar 17, 2022
c++
stl
rvalue-reference
c++20
c++-concepts
« Newer Entries
Older Entries »