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
What does the "__cplusplus" macro expand to?
Nov 14, 2022
c++
c++11
macros
Simplest implementation of "lightweight type categorization idiom"?
Jun 23, 2022
c++
c++11
Is make_unique in initializer list in copy constructor good purpose to not use noexcept specifier?
Oct 16, 2019
c++
c++11
copy-constructor
noexcept
Heap allocation for std::array
Nov 16, 2022
c++
arrays
c++11
valgrind
stdarray
Is it possible to declare a constexpr pointer instead of a pointer to constexpr?
Feb 14, 2022
c++
c++11
constexpr
Using `extern template` to prevent implicit instantiation of a template class
Nov 10, 2022
c++
c++11
templates
language-lawyer
extern
Why isn't forwarding reference const?
Aug 30, 2022
c++
c++11
forwarding-reference
C++ removing an std::function from a std::vector<std::function<...>>
Jun 01, 2022
c++
c++11
How do arbitrary floating point values compare to infinity?
Aug 25, 2022
c++
c++11
floating-point
Instantiating a function definition in a template that uses decltype only in certain circumstances
May 28, 2022
c++
templates
c++11
decltype
How to override non-virtual functions?
Aug 26, 2022
c++
c++11
overriding
virtual
Is std::map allowed to re-balance after read-only operations (like a Splay tree)
Jun 18, 2022
c++
c++11
splay-tree
boost::python and set::erase -> weird behaviour
Jun 13, 2019
c++
boost
c++11
shared-ptr
boost-python
C++11 copy assignment for std::complex in g++ 4.5 - no match for 'operator+'
Oct 11, 2016
c++
operator-overloading
c++11
complextype
Estimating time left in C++11
Nov 28, 2021
c++
algorithm
c++11
type-safe variadic functions with parameters of same type
Jan 09, 2019
c++
templates
c++11
decltype for member functions
Jul 06, 2017
c++
c++11
decltype
Does std::function's copy-constructor require the template type's argument types to be complete types?
Sep 22, 2022
c++
boost
c++11
tr1
How does one use enable_if for mutually exclusive non-member function templates?
Jun 27, 2017
c++
templates
c++11
sfinae
How to make a shared_lock or upgrade_lock in standard C++11?
Feb 15, 2017
c++
multithreading
c++11
mutex
boost-thread
« Newer Entries
Older Entries »