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
Modifying a global variable in a constexpr function in C++17
Sep 01, 2022
c++
language-lawyer
c++17
constexpr
With C++17 is it possible to detect if a struct/class has any base?
Sep 17, 2022
c++
inheritance
c++17
typetraits
Do we still need to write the empty angle brackets when using transparent std function objects?
Oct 29, 2022
c++
templates
language-lawyer
c++17
template-argument-deduction
Difference between C++14 and C++17 using: `*p++ = *p`
Aug 27, 2022
c++
c++14
c++17
How to initialize C++17 vector of pairs with optional element
Sep 03, 2022
c++
vector
c++17
optional
std-pair
Is delete allowed to modify its parameter?
Aug 31, 2022
c++
language-lawyer
c++17
Why can this derived class be constructed with `{}` and not with `()` on C++17?
Aug 15, 2022
c++
c++17
Confusing templates in C++17 example of std::visit
Nov 01, 2022
c++
lambda
c++17
variadic-templates
generic-lambda
Are C++17 Parallel Algorithms implemented already?
Aug 31, 2022
c++
parallel-processing
g++
c++17
clang++
Does structured binding work with std::vector?
Aug 31, 2022
c++
vector
pattern-matching
c++17
structured-bindings
C++ std::variant vs std::any
Aug 31, 2022
c++
c++17
How to enable /std:c++17 in VS2017 with CMake
Aug 31, 2022
c++
cmake
visual-studio-2017
c++17
c_str() vs. data() when it comes to return type
Sep 15, 2022
c++
string
c++17
c-str
std::any without RTTI, how does it work?
Aug 31, 2022
c++
stl
c++17
rtti
Why doesn't remove_reference work on functions?
Oct 03, 2020
c++
templates
types
c++17
Initialize an std::array algorithmically at compile time
Sep 24, 2022
c++
initialization
c++17
compile-time
stdarray
Why doesn't this "undefined extern variable" result in a linker error in C++17?
Aug 31, 2022
c++
linker-errors
extern
c++17
if-constexpr
Fold expressions with arbitrary callable?
Sep 04, 2018
c++
fold
c++17
Overloading multiple function objects by reference
Oct 17, 2022
c++
overloading
template-meta-programming
c++17
function-object
Why can't decomposition declarations be constexpr?
Jan 06, 2020
c++
constexpr
c++17
structured-bindings
« Newer Entries
Older Entries »