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
Why is std::shared_ptr::unique() deprecated?
Sep 01, 2022
c++
multithreading
shared-ptr
c++17
Handling gcc's noexcept-type warning
Sep 01, 2022
c++
g++
c++17
noexcept
gcc7
CppCon 2018, Nicolai Josuttis: Why are these interpreted as iterators?
Feb 16, 2022
c++
initialization
c++17
How to enable C++17 support in VSCode C++ Extension
Oct 01, 2022
c++
visual-studio-code
c++17
vscode-settings
Is it possible to test if a constexpr function is evaluated at compile time?
Sep 14, 2022
c++
c++14
c++17
constexpr
compile-time
Why shared_timed_mutex is defined in c++14, but shared_mutex in c++17?
Sep 01, 2022
c++
c++14
std
c++17
Declaring defaulted assignment operator as constexpr: which compiler is right?
Sep 01, 2022
c++
language-lawyer
c++17
constexpr
Why doesn't "auto ch = unsigned char{'p'}" compile under C++ 17?
Jun 27, 2021
c++
c++14
language-lawyer
c++17
Class template argument deduction not working with alias template
Sep 01, 2022
c++
c++17
What is std::invoke in c++? [closed]
Sep 01, 2022
c++
c++17
std::is_invocable is false but std::invoke works
Sep 06, 2018
c++
c++17
How to compare the signature of two functions?
Sep 02, 2022
c++
function
c++17
c++-standard-library
function-signature
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
« Newer Entries
Older Entries »