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
Is a queue of lambdas a good design pattern for a work queue in C++11?
Oct 21, 2022
c++
c++11
lambda
Concatenating template parameter packs for a unary argument
Apr 09, 2018
c++
templates
c++11
g++
clang++
Ignoring note: offset of packed bit-field without using "-Wno-packed-bitfield-compat"
Feb 11, 2021
c++
c++11
gcc-warning
gcc4.4
Alias std::initializer_list in clang
May 05, 2022
c++
c++11
clang
clang++
Why do all the member functions in std::atomic appear both with and without volatile?
Nov 20, 2022
c++
c++11
volatile
Is it possible to determine if an enumeration was strongly typed?
Nov 09, 2022
c++
c++11
enums
typetraits
Class vs enum class as an index type
Oct 31, 2022
c++
c++11
enum-class
Is it safe to mix boost::thread with C++11 std::mutex?
Nov 07, 2022
c++
multithreading
c++11
boost
Why isn't std::next/prev templated by distance like std::advance?
May 24, 2022
c++
c++11
iterator
Deducing knowledge of original types, whilst simultaneously forwarding
Oct 29, 2022
c++
c++11
templates
forwarding
template-argument-deduction
How to document enumeration values with same name with Doxygen?
Sep 22, 2022
c++
c++11
doxygen
In C++11, can you pass a ref'ed base class to thread's constructor and get polymorphic behavior?
Mar 14, 2017
c++
multithreading
c++11
ref
static_assert doesn't recognize a const char* template parameter as constexpr: g++ bug?
Mar 14, 2022
c++
templates
c++11
constexpr
static-assert
C++11 reentrant class locking strategy
Jan 31, 2021
c++
design-patterns
boost
c++11
locking
Detect if two types are a specialization of a same class template?
Jan 16, 2018
c++11
template-specialization
template-meta-programming
typetraits
Validate contents of std::initializer_list at compile time
Apr 06, 2020
c++
validation
c++11
initializer-list
constexpr
Performance of threads in c++11
Aug 26, 2022
c++
c++11
concurrency
Empty variardic packs of enums -- do they make two functions different?
Dec 01, 2021
c++
templates
c++11
language-lawyer
sfinae
SFINAE: detect existence of a template function that requires explicit specialization
Sep 18, 2022
c++
templates
c++11
sfinae
explicit-specialization
May a member function template specialization have a different access level than the main template?
Sep 24, 2022
c++
templates
c++11
« Newer Entries
Older Entries »