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
_GLIBCXX_USE_CXX11_ABI, GCC 4.8 and ABI compatibility
Sep 15, 2022
c++
linux
c++11
gcc
Why is `i = i++ + 1` undefined behavior in C++11?
Oct 09, 2019
c++
c++11
how to avoid undefined execution order for the constructors when using std::make_tuple
May 14, 2022
c++
c++11
tuples
variadic-templates
Why are is_swappable and is_nothrow_swappable not included in C++11?
Nov 17, 2018
c++
c++11
standards
template-meta-programming
libc++
Connect QML signal to C++11 lambda slot (Qt 5)
Mar 16, 2021
c++
qt
c++11
signals-slots
qt5
Does it make sense to declare inline functions noexcept?
Sep 28, 2022
c++
c++11
inline
noexcept
Reference as a non-type template argument
Sep 13, 2022
c++
c++11
language-lawyer
Narrowing conversion in pair with braced initializer compiling if second attribute is not braced-initialized
Nov 07, 2020
c++
c++11
Default value of function parameter initialized by list initialization
Oct 21, 2022
c++
c++11
list-initialization
aggregate-initialization
How to reduce redundant code when adding new c++0x rvalue reference operator overloads
Jan 31, 2019
c++
operator-overloading
c++11
rvalue-reference
std::cout equivalent at compile time, or static_assert stringification of compile-time constant values in c++11
Dec 10, 2017
c++
c++11
cout
constexpr
static-assert
x[0] == 1 constant expression in C++11 when x is const int[]?
Sep 13, 2022
c++
c++11
constants
constexpr
Why do auto and template type deduction differ for braced initializers?
Nov 17, 2021
c++
c++11
templates
template-argument-deduction
list-initialization
Constructor-style casting in function call parameters
Apr 10, 2021
c++
c++11
casting
Can I template user-defined literals?
Sep 12, 2022
c++
c++11
templates
user-defined-literals
Does an exception use move semantics when thrown in C++11?
Sep 12, 2022
c++
c++11
move-semantics
clang++ not accepting use of template template parameter when using CRTP
Sep 16, 2021
c++
templates
c++11
clang
crtp
Can I safely use std::string for binary data in C++11?
Sep 12, 2022
c++
c++11
stdstring
Using new with decltype
Sep 12, 2022
c++
c++11
decltype
Is calling wait() on a std::future multiple times and from multiple threads safe?
Sep 23, 2022
c++
multithreading
c++11
« Newer Entries
Older Entries »