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
std::unique_ptr of base class holding reference of derived class does not show warning in gcc compiler while naked pointer shows it. Why?
Aug 21, 2022
c++
c++14
gcc-warning
How to implement make_unique function in C++11? [duplicate]
Sep 01, 2022
c++
c++11
unique-ptr
c++14
How can I force template parameter type to be signed?
Sep 01, 2022
c++
c++11
templates
c++14
Why was 1 << 31 changed to be implementation-defined in C++14?
Aug 16, 2019
c++
bit-shift
c++14
Given int **p1 and const int**p2 is p1 == p2 well formed?
Oct 10, 2019
c++
c++11
language-lawyer
c++14
Why does decltype(auto) return a reference here?
Sep 01, 2022
c++
auto
c++14
decltype
Throw in constexpr function
Sep 16, 2022
c++
gcc
c++14
constexpr
Does auto return type deduction force multiple functions to have the same return type?
Sep 01, 2022
c++
c++14
auto
return-type-deduction
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 is initialization of a constant dependent type in a template parameter list disallowed by the standard?
Sep 01, 2022
c++
templates
c++11
c++14
template-meta-programming
"auto" variable used in lambda in its own initializer
Sep 22, 2022
c++
lambda
auto
c++14
Is it defined behavior to reference an early member from a later member expression during aggregate initialization?
Sep 01, 2022
c++
c++11
language-lawyer
c++14
undefined-behavior
Why shared_timed_mutex is defined in c++14, but shared_mutex in c++17?
Sep 01, 2022
c++
c++14
std
c++17
Why doesn't "auto ch = unsigned char{'p'}" compile under C++ 17?
Jun 27, 2021
c++
c++14
language-lawyer
c++17
C++11 aggregate initialization for classes with non-static member initializers
Sep 01, 2022
c++
c++11
gcc
c++14
aggregate-initialization
Difference observed between MSVC14.1 and gcc8.3 when a destructor call for an automatic variable amends a function return value
Jan 29, 2022
c++
c++14
In std::exchange, why is the second template parameter defaulted?
Sep 01, 2022
c++
templates
stl
c++14
default-arguments
Difference between C++14 and C++17 using: `*p++ = *p`
Aug 27, 2022
c++
c++14
c++17
Is there an automatic noexcept specifier?
Sep 23, 2022
c++
c++11
c++14
noexcept
C++1y/C++14: Variable Template Specialization?
Aug 31, 2022
c++
templates
c++14
« Newer Entries
Older Entries »