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++14
`weak_ptr::expired` behavior in the dtor of the object
Sep 15, 2022
c++
c++11
c++14
shared-ptr
weak-ptr
What's {} in void({})?
Oct 23, 2022
c++
gcc
clang
c++14
language-lawyer
why declare constrexpr constructors for classes with non-trivial destructors (e.g. unique_ptr, std::variant)
Jun 07, 2019
c++
c++14
constexpr
c++17
std::move_if_noexcept calls copy-assignment even though move-assignment is noexcept; why?
Sep 15, 2022
c++
c++14
Continuous enum C++11
Oct 14, 2022
c++
c++11
c++14
c++17
c++20
Ambiguous reference to namespace within an inline namespace
Sep 23, 2022
c++
g++
c++14
clang++
inline-namespaces
libc++ vs libstdc++ std::is_move_assignable: Which is the most correct?
May 14, 2020
c++
c++11
c++14
libstdc++
libc++
Is this legal template lambda syntax?
Mar 26, 2022
c++
templates
lambda
c++14
Is calling std::min on an empty initializer list (and explicitly specifying the type) undefined behavior?
Sep 11, 2018
c++
c++11
c++14
undefined-behavior
stl-algorithm
Combining multiple for loops into single iterator
Nov 02, 2022
c++
loops
c++14
Perfect forwarding of a callable
Oct 14, 2022
c++
lambda
c++14
perfect-forwarding
Making `std::get` play nice with SFINAE
Feb 15, 2022
c++
c++14
language-lawyer
sfinae
stdtuple
What are the pros and cons of each way to initialize an expression?
Jan 30, 2022
c++
c++11
c++14
Handling Julian dates in C++11/14
Aug 24, 2022
c++
c++14
chrono
julian-date
Integral constant passed by value, treated as constexpr?
Mar 31, 2022
c++
templates
c++14
constexpr
string constructor taking two char* into another std::string works in c++14 but not c++17
Feb 09, 2022
c++
c++14
c++17
Any alternative to std::dynarray presently available?
Feb 22, 2022
c++
c++11
c++14
Perfect forwarding in a lambda?
May 01, 2021
c++
lambda
c++14
decltype
forwarding-reference
(v) is actually (*&v) since when?
Sep 15, 2022
c++
c++11
c++14
c++17
Choose function to apply based on the validity of an expression
Oct 23, 2022
c++
templates
c++14
overloading
template-meta-programming
« Newer Entries
Older Entries »