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
How to test if type is specialization of template with non-type parameters?
Aug 31, 2022
c++
templates
c++11
c++14
std::hash specialization using sfinae?
Dec 19, 2021
c++
c++14
template-specialization
sfinae
Why does lambda init-capture not work for unique_ptr?
Feb 11, 2021
c++
lambda
c++14
Return `f`'s result if `f` has a non-void return type - how to refactor this pattern?
Mar 31, 2022
c++
refactoring
metaprogramming
c++14
return-type
GCC : Unscoped enumeration type give an ambiguity error
Sep 07, 2022
c++
gcc
enums
c++14
language-lawyer
When is a C++ expression well formed?
Nov 05, 2020
c++
c++11
language-lawyer
c++14
Using SFINAE with generic lambdas
Mar 23, 2022
c++
lambda
c++14
sfinae
generic-lambda
Is std::map::end thread-safe and is guaranteed that it always the same for the same container?
Oct 20, 2022
c++
multithreading
c++11
concurrency
c++14
Storing an std::thread in C++11 smart pointer
Nov 18, 2022
c++
c++11
c++14
shared-ptr
stdthread
Follow-up: What exactly is a variable in C++14/C++17?
Mar 29, 2022
c++
c++14
language-lawyer
standards
c++11: How to write a wrapper function to make `std::function` objects
Aug 14, 2022
c++
c++11
c++14
std-function
Are trigraphs still valid C++?
Aug 29, 2022
c++
c++14
digraphs
trigraphs
c++17
Is the value of expression f() > g(), when f & g modify same global variable undefined or unspecified?
Aug 28, 2022
c++
c++11
c++14
c++17
C++ Lambda does not have operator()
Feb 28, 2022
c++
templates
lambda
functional-programming
c++14
Partial Aggregate Initialization and Non-static Data Member Initializer
Dec 07, 2019
c++
c++11
c++14
Generalizing these lines of code?
Aug 30, 2022
c++
c++11
c++14
redundancy
Returning move-only type compiles even though copy-constructor is unavailable
Nov 01, 2022
c++
c++14
Travis CI with C++14 and Linux
Nov 03, 2022
c++
makefile
continuous-integration
c++14
travis-ci
Universal aggregate initialization by variadic templates
Oct 11, 2019
c++
templates
c++11
c++14
variadic-templates
What differences are between capturing by [&captured] and by [&local = captured] in lambdas?
Apr 16, 2021
c++
lambda
c++14
« Newer Entries
Older Entries »