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 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
Local reference to std::cout captured by lambda without asking for it
Dec 26, 2021
c++
lambda
language-lawyer
c++17
How to check if a pointer points to a properly aligned memory location?
Sep 16, 2022
c++
c++11
c++14
memory-alignment
c++17
std::function with noexcept in C++17
Sep 02, 2022
c++
function
c++17
noexcept
How to make a safer C++ variant visitor, similar to switch statements?
Sep 02, 2022
c++
switch-statement
c++17
variant
visitor-pattern
Access to constexpr variable inside lambda expression without capturing
Sep 02, 2022
c++
lambda
language-lawyer
c++17
constexpr
Why does returning a std::optional sometimes move and sometimes copy?
Sep 02, 2022
c++
c++17
return-value-optimization
Is there a reason to use std::conjunction/std::disjunction instead of a fold expression over "&&"/"||"?
Jan 12, 2021
c++
c++17
variadic-templates
fold-expression
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
« Newer Entries
Older Entries »