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
Detect existence of private member
Aug 19, 2022
c++
templates
c++11
c++14
typetraits
Why is non-const std::array::operator[] not constexpr?
Jan 30, 2022
c++
arrays
c++14
constexpr
Why use a perfectly forwarded value (a functor)?
Aug 24, 2022
c++
c++11
perfect-forwarding
c++14
SFINAE and partial class template specializations
Oct 29, 2022
c++
templates
c++11
c++14
How to make std::make_unique a friend of my class
Oct 29, 2022
c++
templates
c++14
unique-ptr
friend-function
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
Why generic lambdas are allowed while nested structs with templated methods aren't?
Jan 13, 2020
c++
templates
c++14
local-class
generic-lambda
Can returning a local variable by value in C++11/14 result in the return value being constructed by rvalue when no copy/move is involved?
Aug 27, 2022
c++
c++11
c++14
Why can the return type of main not be deduced?
Oct 07, 2022
c++
c++14
return-type-deduction
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
« Newer Entries
Older Entries »