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++17
Return std::tuple and move semantics / copy elision
Oct 24, 2020
c++
c++17
move-semantics
Why is implicit conversion not ambiguous for non-primitive types?
Feb 24, 2022
c++
templates
c++17
implicit-conversion
ambiguous
How to correctly create std::string from a std::string_view?
Sep 16, 2022
c++
string
iterator
c++17
string-view
Does boost::any / std::any store small objects in-place?
Apr 04, 2022
c++
boost
c++17
How to restore auto_ptr in Visual Studio C++17
Aug 21, 2022
visual-studio-2017
c++17
deprecated
Why ADL does not resolve to the correct function with std::get
Sep 18, 2022
c++
tuples
c++17
structured-bindings
Using QString as the key in std::unordered_map
Feb 19, 2022
c++
qt
c++17
stdhash
Significance of trivial destruction
Dec 14, 2019
c++
destructor
c++17
std::optional::value_or() - lazy argument evaluation
Apr 20, 2022
c++
stl
c++17
stdoptional
Why does my variant convert a std::string to a bool?
Mar 28, 2022
c++
c++17
variant
Should I use if unlikely for hard crashing errors?
Jun 06, 2020
c++
gcc
c++17
likely-unlikely
Why do boost::filesystem::path and std::filesystem::path lack operator+?
Jun 30, 2021
c++
c++17
boost-filesystem
Variadic template only compiles when forward declared
Sep 13, 2022
c++
language-lawyer
c++17
variadic-templates
forward-declaration
Is this a bug? Constexpr constructor silently becomes non-constexpr
Oct 31, 2022
c++
language-lawyer
c++17
Will 'Guaranteed Copy Elision' (P0135, C++1z) potentially require ABI breakage?
Sep 05, 2022
c++
language-lawyer
abi
c++17
copy-elision
Is this a bug in std::gcd?
Mar 11, 2022
c++
language-lawyer
c++17
unsigned
libstdc++
Do the multiple postfix-expression(subscripting) evaluations result in UB
Aug 31, 2022
c++
c++17
language-lawyer
Will std::optional be a trivially copyable type if the contained type is a trivially copyable type
Oct 20, 2022
c++
c++17
Variadic deduction guide not taken by g++, taken by clang++ - who is correct?
Feb 18, 2022
c++
templates
variadic-templates
c++17
template-argument-deduction
Why can a strongly-typed enum be initialized with an integer without static_cast?
Sep 15, 2022
c++
enums
standards
c++17
type-safety
« Newer Entries
Older Entries »