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
Compile-time reflection in C++1z? [closed]
Jul 16, 2018
c++
reflection
standard-library
c++17
How to enable C++17 on Mac?
Sep 02, 2022
c++
macos
clang
c++17
darwin
C++17 lambda capture *this
Sep 15, 2022
c++
lambda
c++17
c++-faq
What do we need std::as_const() for?
Sep 07, 2022
c++
constants
c++17
typetraits
rationale
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
« Newer Entries
Older Entries »