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 std::swap(x, x) guaranteed to leave x unchanged?
Oct 09, 2018
c++
c++11
swap
Why does this code compile with gcc but not with clang
Dec 17, 2021
c++
c++11
g++
clang++
Must template argument functions be treated as potentially constexpr?
Sep 03, 2022
c++
templates
c++11
language-lawyer
constexpr
Lock-free Reference counting and C++ smart pointers
Aug 29, 2022
c++
c++11
atomic
smart-pointers
Traversing a tree during compile time, with visiting actions
Oct 27, 2021
c++
templates
c++11
Dependent type or argument in decltype in function definition fails to compile when declared without decltype
Aug 20, 2022
c++
c++11
templates
language-lawyer
Does extern template prevent inlining of functions?
Oct 21, 2022
c++
templates
c++11
Quick sort at compilation time using C++11 variadic templates
Jun 29, 2018
c++
metaprogramming
quicksort
variadic-templates
c++11
Lowest common ancestor in a linear lineage of types
Aug 10, 2022
c++
templates
c++11
variadic-templates
template-meta-programming
Overload resolution and arrays: which function should be called?
Nov 16, 2022
c++
arrays
reference
c++11
overload-resolution
C++ Nifty Counter idiom; why?
Mar 20, 2022
c++
c++11
singleton
static-initialization
"Default member initializer needed within definition of enclosing class outside of member functions" - is my code ill-formed?
Dec 18, 2019
c++
c++11
language-lawyer
Difference between boost::shared_ptr and std::shared_ptr from the standard <memory> file
Sep 03, 2022
c++
boost
c++11
passing lambda as argument - by reference or value?
Sep 03, 2022
c++
function
c++11
lambda
c++14
constexpr error at compile-time, but no overhead at run-time
Sep 03, 2022
c++
c++11
constexpr
c++14
Should we use constexpr everywhere we can?
Sep 03, 2022
c++
constexpr
c++11
Can I use std::current_exception during stack unwinding?
Sep 03, 2022
c++
c++11
exception-handling
Why adding `const` makes the universal reference as rvalue
Sep 03, 2022
c++
templates
c++11
c++14
forwarding-reference
Proper way of transferring ownership of a std::vector< std::unique_ptr< int> > to a class being constructed
Aug 26, 2022
c++
c++11
stdvector
unique-ptr
ownership
Explicitly select copy assignment
Dec 17, 2021
c++
c++11
« Newer Entries
Older Entries »