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
Standard way of getting a non-specialized std::vector<bool> container
Nov 18, 2022
c++
vector
c++17
Replacing constants: when to use static constexpr and inline constexpr?
Sep 06, 2022
c++
constants
c++17
constexpr
How to store self-removing futures in a list
Aug 25, 2021
c++
c++17
future
Discrepancy in C++ between over-aligned struct and enum within container
May 01, 2021
c++
language-lawyer
c++17
memory-alignment
Is std::make_move_iterator redundant since C++17's class template argument deduction?
Nov 14, 2022
c++
iterator
c++17
Why can't we change data pointer of std::vector?
Sep 07, 2022
c++
c++17
stdvector
How can this code be constexpr? (std::chrono)
Oct 30, 2022
c++
c++14
constexpr
chrono
c++17
Implementing std::variant converting constructor - or: how to find first overload of all conversions from any T to Ti from parameter pack
Nov 02, 2019
c++
sfinae
c++17
Deduction guides and variadic class templates with variadic template constructors - mismatched argument pack lengths
Oct 18, 2022
c++
c++17
template-argument-deduction
Why does "if constexpr" not compile with Visual Studio 2017 15.3?
Nov 16, 2022
c++
visual-studio-2017
c++17
Automatically detect C++14 "return should use std::move" situation
Sep 09, 2022
c++
language-lawyer
move-semantics
c++17
compiler-specific
Copy Elision for Returned Temporaries
Nov 05, 2022
c++
standards
c++17
Using a constexpr static member of a reference as template argument
Aug 14, 2019
c++
language-lawyer
c++17
How to return std::lock_guard in a std::pair
May 11, 2022
c++
c++17
Why does a lock_guard on a mutex reference produce C26110
May 07, 2021
c++
c++11
visual-c++
c++17
std
`std::any_cast` returns a copy
Nov 10, 2022
c++
c++17
stdany
Read file into std::vector<std::byte>
Sep 16, 2020
c++
c++17
String view literals in header file
Oct 14, 2022
c++
c++17
string-literals
string-view
What's the purpose of layout-compatible types?
Feb 09, 2022
c++
struct
language-lawyer
c++17
memory-layout
How to flatten heterogeneous lists (aka tuples of tuples of ...)
Jul 26, 2022
c++
tuples
c++17
flatten
perfect-forwarding
« Newer Entries
Older Entries »