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
tr1::mem_fn and tr1::bind: on const-correctness and overloading
Aug 29, 2019
c++
c++11
functional-programming
tr1
What is the rationale to not allow overloading of C++ conversions operator with non-member functions
Oct 20, 2022
c++
operator-overloading
c++11
Can I add Boost source+header files to my own (Open Source) project? [closed]
Mar 14, 2019
c++
boost
c++11
licensing
How to dump candidates in function overload resolution?
Jul 27, 2022
c++
c++11
overload-resolution
C++0x template function object inference
Dec 11, 2020
c++
templates
functional-programming
function-pointers
c++11
How do non-intrusive smart pointers behave with respect to inheritance and multiple inheritance?
Jul 07, 2022
visual-studio-2010
c++11
smart-pointers
CRTP fails w/ decltype
Sep 18, 2022
c++
visual-c++
c++11
crtp
decltype
gnu c++0x backwards compatibility status - can I just switch it on and go?
Jul 15, 2022
c++
gcc
c++11
backwards-compatibility
The C++11 way of initializing data members from arguments
Sep 11, 2022
c++
initialization
c++11
Why are C++0x rvalue reference not the default?
Aug 17, 2022
c++
c++11
lvalue
rvalue
Concurrent write to different buckets in unordered_map (C++)?
Sep 10, 2022
c++
multithreading
c++11
concurrency
Variadic template as template parameter: deduction works with GCC but not with Clang
Sep 14, 2022
c++
gcc
c++11
clang
variadic-templates
Order of evaluation of elements in list-initialization
Feb 12, 2020
c++
gcc
c++11
initializer-list
operator-precedence
Call method inside lambda expression
Sep 08, 2022
c++
lambda
c++11
C++11: The range-based for statement: "range-init" lifetime?
Oct 14, 2018
c++
c++11
transform_primary() and collate_byname()
Jun 30, 2017
c++
c++11
locale
User defined literal arguments are not constexpr?
Sep 23, 2022
c++
c++11
constexpr
user-defined-literals
What are "rvalue references for *this" for?
Aug 17, 2022
c++
c++11
rvalue-reference
With std::vector, why is &vec[0] undefined behavior, but vec.data() safe?
Aug 12, 2022
c++
arrays
c++11
vector
undefined-behavior
What is the difference between std::condition_variable and std::condition_variable_any?
Sep 06, 2022
c++
multithreading
c++11
std
condition-variable
« Newer Entries
Older Entries »