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++11
May a member function template specialization have a different access level than the main template?
Sep 24, 2022
c++
templates
c++11
Constructing a non-copyable, non-movable type into a function parameter without invoking initializer_list constructor
Jul 17, 2020
c++
c++11
initializer-list
Is \0 ("\\0" in a C-style regex string) a valid escape sequence in C++ regular expressions?
Apr 07, 2022
javascript
c++
regex
c++11
ecma262
Explicit template instantiation with variadic templates
Sep 23, 2022
c++
templates
c++11
variadic-templates
Workaround for debug symbol error with auto member function?
Mar 26, 2020
c++
gcc
c++11
clang
c++14
When does a static constexpr class member need an out-of-class definition?
Sep 28, 2022
c++
c++11
plugins
constexpr
Concurrent std::call_once calls
Feb 10, 2022
c++
c++11
Forcing inline with a single macro in GCC, Clang and Intel Compiler?
Mar 13, 2022
c++
c++11
gcc
clang
icc
Overload between rvalue reference and const lvalue reference in template
May 13, 2021
c++
templates
c++11
rvalue-reference
Expanding a lambda for each parameter of a parameter pack: Clang vs. GCC
Aug 29, 2019
c++11
lambda
variadic-templates
Why is std::mutex twice as slow as CRITICAL_SECTION
Feb 17, 2022
c++
winapi
c++11
mutex
critical-section
Deducing the selected overloaded function type for given argument types
Jun 08, 2020
c++
templates
c++11
template-meta-programming
overload-resolution
Guaranteed Detection of Temporary->Named Points
Jan 20, 2021
c++
c++11
move
lazy-evaluation
C++11 move semantics and rvalue reference
Feb 13, 2022
c++
c++11
visual-c++
visual-studio-2013
C++11 unordered_set with std::owner_less-like hashing
Feb 02, 2021
c++
c++11
stl
shared-ptr
unordered-map
Why decltype expressions in return types have to be mangled in the symbol name?
Sep 11, 2022
c++
c++11
gcc
c++14
Type trait: Check if reference member variable is static or not
Sep 08, 2022
c++
c++11
reference
typetraits
factory, unique_ptr and static_cast
May 28, 2020
c++
c++11
Why Visual C++ 2015 allows std::atomic assignment?
Jul 07, 2021
c++
c++11
gcc
stdatomic
visual-c++-2015
Why does this simple lambda consistently run faster inside an std::thread than inside the main function with gcc 4.9.2?
Apr 05, 2021
c++
multithreading
c++11
gcc
lambda
« Newer Entries
Older Entries »