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
gcc bug? It inexplicably decays array to pointer, while clang does not
Apr 03, 2022
c++
g++
language-lawyer
c++14
clang++
Is std::get_time broken in g++ and clang++?
Dec 21, 2021
c++
c++11
time
c++14
Range-based for loop with decltype(auto)
Sep 11, 2022
c++
for-loop
c++14
auto
decltype
Compile time string encryption using constexpr
Sep 19, 2022
c++
c++11
reverse-engineering
c++14
constexpr
Are variadic arguments after a defaulted parameter well-formed?
Apr 18, 2021
c++
language-lawyer
c++14
variadic-templates
Different compiler behavior for expression: auto p {make_pointer()};
Oct 22, 2021
c++
g++
c++14
clang++
icc
Can we omit the double-braces for std::array in C++14?
Oct 22, 2016
c++
c++11
c++14
C++ capture move initialized is const?
Dec 01, 2019
c++
lambda
c++14
Why construction of std::unique_ptr for incomplete type compiles?
Sep 19, 2022
c++
c++11
templates
c++14
language-lawyer
Why does Foo({}) invoke Foo(0) instead of Foo()?
Jun 23, 2018
c++
language-lawyer
c++14
list-initialization
value-initialization
Simple std::regex_search() code won't compile with Apple clang++ -std=c++14
Feb 07, 2022
c++
c++11
c++14
clang++
How do I declare a function whose return type is deduced?
Jan 23, 2020
c++
auto
c++14
How to wrap a function with a varying number of default arguments to have only one argument?
Oct 27, 2022
c++
c++11
templates
c++14
default-arguments
`std::string` allocations are my current bottleneck - how can I optimize with a custom allocator?
Sep 18, 2022
c++
string
optimization
memory-management
c++14
Why is there no std::is_transparent equivalent for unordered containers?
Nov 06, 2020
c++
c++14
Why are these snippets handled differently by GCC?
Aug 12, 2022
c++
gcc
g++
language-lawyer
c++14
About lambdas, conversions to function pointers and visibility of private data members
Mar 25, 2022
c++
lambda
c++14
language-lawyer
std::unique_ptr constexpr constructors
Sep 18, 2022
c++
c++11
c++14
How to use a user defined literal in a header file? [duplicate]
Aug 15, 2022
c++
c++11
c++14
constexpr
user-defined-literals
Is a variable an array of size 1?
Nov 14, 2022
c++
c++11
c++14
language-lawyer
c++17
« Newer Entries
Older Entries »