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
Initialization of a static constexpr class member of enum-class type by explicit conversion function
Feb 27, 2022
c++
c++11
constexpr
enum-class
Standard C++11 code equivalent to the PEXT Haswell instruction (and likely to be optimized by compiler)
Jun 11, 2019
c++
c++11
bit-manipulation
compiler-optimization
instruction-set
intel
x86
bmi
How can I curry variadic template template parameters?
Sep 24, 2018
c++
templates
c++11
variadic-templates
C++11 lockfree single producer single consumer: how to avoid busy wait
Mar 27, 2022
c++
multithreading
c++11
lock-free
When should smart pointers be used to hold arrays?
Nov 11, 2022
c++
c++11
How do you detect the difference between an enum and a scoped enum using libclang?
Jul 28, 2021
c++11
abstract-syntax-tree
libclang
Why doesn't std::bind account for function arity?
Oct 17, 2022
c++
c++11
How to implement operator-> for an iterator that constructs its values on-demand?
Nov 09, 2022
c++
c++11
iterator
operator-overloading
Variadic template using lambdas : error with g++ but running with clang++
Apr 14, 2022
c++
templates
c++11
g++
clang++
How to define heterogenous std::map using boost::variant in "two dimensional manner"
Jul 30, 2021
c++
c++11
boost
boost-mpl
boost-variant
Compiler discrepancy: Interaction between alias resolution and name lookup
Jul 26, 2019
c++
c++11
language-lawyer
typedef
name-lookup
Why is std::generate accessible without namespace qualifier?
Nov 11, 2021
c++
c++11
gcc
namespaces
clang
has_equal_operator implementation in C++11
Aug 20, 2019
c++
c++11
typetraits
C++: inexplicable "pure virtual function call" error
Feb 26, 2022
c++
c++11
base-class
pure-virtual
visual-studio-2015
casting to the same type
Nov 03, 2022
c++
c++11
static-cast
Why does defining a class across cpp files not cause a linker error?
Sep 15, 2022
c++
class
c++11
linker
why allocate_shared and make_shared so slow
Oct 21, 2022
c++
performance
c++11
shared-ptr
Is assignment of braced-init-list to an array correct? [closed]
Mar 16, 2021
c++
c++11
g++
language-lawyer
standards-compliance
Is there a legal way to print tuples and pairs using operator<<?
Sep 09, 2020
c++
c++11
argument-dependent-lookup
Why does this initializer_list use misbehave when passing strings?
Jan 26, 2021
c++
c++11
iterator
stdinitializerlist
« Newer Entries
Older Entries »