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
Should decltype on a template value parameter trigger a SFINAE context?
Jan 04, 2022
c++
language-lawyer
c++14
template-meta-programming
sfinae
Debugger-friendly zero-cost named references to specific locations in an array
May 28, 2022
c++
c++14
Why is 'this' necessary despite capturing everything
Dec 02, 2020
c++
c++14
assigning Rvalue reference to Lvalue reference
Aug 07, 2019
c++
c++11
c++14
How to avoid the need to specify deleter for std::shared_ptr every time it's constructed or reset?
Oct 30, 2022
c++
c++11
c++14
shared-ptr
unique-ptr
Compilation of C++14 in qtcreator
Nov 20, 2022
c++
qt
qt-creator
c++14
Why can a lambda expression return a local enum class type?
Nov 15, 2022
lambda
scope
c++14
type-safety
enum-class
Derived class is able to access its base class' private member
May 05, 2018
c++
c++14
metaprogramming
if-else depends on whether T is a complete type
Sep 14, 2022
c++
templates
c++14
incomplete-type
Is initializing a atomic pointer atomic? What happens if initialization or memory allocation throws?
Dec 26, 2021
c++
c++11
c++14
Why does this code get floating point exception when there is no float data-type?
Aug 25, 2022
c++
c++14
floating-point-exceptions
Is decltype of a non-static member function ill-formed?
Aug 27, 2022
c++
c++14
language-lawyer
c++17
decltype
How to define std::tuple<...> with number of arguments
Jul 22, 2022
c++
templates
c++14
How to return a std::function that contains a std::unique_ptr from a generalized lambda capture in C++14?
Mar 24, 2022
c++
lambda
c++14
Is GCC correct in requiring the constexpr specifier for this reference declaration?
Nov 14, 2022
c++
gcc
language-lawyer
c++14
constexpr
How to write a generic variadic lambda that discards its parameters?
Aug 06, 2021
c++
lambda
c++14
variadic
unused-variables
clang, returning std::unique_ptr with type conversion
Sep 17, 2018
c++
clang
c++14
Virtual destructor alters behavior of decltype
Oct 31, 2022
c++
templates
c++14
decltype
virtual-destructor
Are weak pointers guaranteed to have expired by the time the std::shared_ptr deleter runs?
May 22, 2022
c++
c++11
c++14
shared-ptr
Difference between std::string(size, '\0') and s.resize(size)?
Aug 30, 2022
c++
c++14
« Newer Entries
Older Entries »