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
Nested constexpr-if statement in discarded branch is still evaluated?
Jun 12, 2021
c++
nested
c++17
if-constexpr
What's the shortest path in C++11 (or newer) to create an RAII wrapper without having to write a new class?
Jun 08, 2021
c++
c++11
c++14
c++17
raii
"temporary of type 'A' has protected destructor", but its type is B
Apr 08, 2022
c++
initialization
language-lawyer
c++17
access-levels
Constructor taking std::initializer_list is preferred over other constructors
Mar 31, 2022
c++
constructor
c++17
language-lawyer
initializer-list
How does this template type deduction and overload resolution work?
Mar 07, 2022
c++
templates
language-lawyer
c++17
argument-dependent-lookup
std::launder and strict aliasing rule
Mar 19, 2022
c++
language-lawyer
c++17
strict-aliasing
placement-new
Different cv-qualifiers with structured bindings
Jun 13, 2019
c++
c++17
C++ new if statement with initializer
Mar 19, 2022
c++
if-statement
c++17
initializer
Why is std::is_aggregate<T> an aggregate?
Feb 16, 2022
c++
std
c++17
typetraits
Can a non-type template parameter be of type "void*"?
Aug 21, 2022
c++
templates
language-lawyer
c++17
c++20
What is an equivalent replacement for std::unary_function in C++17?
Jun 26, 2021
c++
stl
c++17
Is C++17 std::shared_mutex not available yet?
Oct 20, 2022
c++
mutex
libstdc++
c++17
gcc5
When do I use node_type with std::map::insert?
Nov 20, 2022
c++
stl
iterator
containers
c++17
How to use lambda as template argument with default value in C++? [duplicate]
Sep 14, 2021
c++
lambda
c++17
Can `if constexpr` be used to declare variables with different types and init-expr
Jan 03, 2018
c++
metaprogramming
c++17
if-constexpr
Defining global constants in C++1z?
Mar 11, 2019
c++
constants
c++17
Incomplete types as function parameters and return values
Jun 27, 2021
c++
language-lawyer
c++17
return-type
incomplete-type
Are structured bindings reusable?
Mar 28, 2021
c++
visual-c++
language-lawyer
c++17
structured-bindings
MSVC constexpr function 'xyz' cannot result in a constant expression
Nov 15, 2022
c++
visual-c++
c++17
Unqualified sort() -- why does it compile when used on std::vector and not on std::array, and which compiler is correct?
Apr 12, 2022
c++
c++17
« Newer Entries
Older Entries »