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 deleted-functions
Reference qualifiers and deleted member methods
Mar 16, 2023
c++
c++11
deleted-functions
ref-qualifier
Forbids functions with `static_assert`
Dec 21, 2022
c++
c++11
compile-time
static-assert
deleted-functions
Why can't an object containing a ostringstream member be constructed?
Dec 13, 2022
c++
c++11
ostringstream
deleted-functions
C++11 deleted/defaulted constructors
Dec 03, 2022
c++
list-initialization
deleted-functions
defaulted-functions
Is this non-copyable map legal c++11? GCC 4.7 and MSVS 2010 allow it. Clang 3.1 does not
Nov 16, 2022
c++
c++11
clang
move-semantics
deleted-functions
Can any function be a deleted-function?
Nov 07, 2022
c++
c++11
deleted-functions
Error using defaulted copy constructor: "deleted function"
Aug 29, 2022
c++
gcc
default-constructor
deleted-functions
Can you swap a std::queue with a lambda comparator?
Oct 04, 2022
c++
c++11
stl
lambda
deleted-functions
C++ deleted constructors
Nov 11, 2022
c++
constructor
deleted-functions
Overload rules for multiple, templated constructors in list initialization
Mar 10, 2018
c++
c++11
templates
overloading
deleted-functions
Why is the copy assignment not deleted when the move assignment is declared?
Mar 23, 2018
c++
c++11
compiler-construction
copy-constructor
deleted-functions
How to in-place initialize an array?
Nov 03, 2022
c++
arrays
in-place
copy-elision
deleted-functions
Initialisation of aggregate with default constructor deleted in c++20
May 11, 2022
c++
c++17
c++20
aggregate-initialization
deleted-functions
Is deleting copy and move constructors/assignment operators in base class enough?
Sep 22, 2022
c++
c++11
deleted-functions
What is "= delete"?
Sep 24, 2022
c++
c++11
deleted-functions
Deleted copy constructor results in deleted default constructor
Mar 26, 2019
c++
c++11
deleted-functions
error C2280: attempting to reference a deleted function
Dec 28, 2021
c++
pointers
compiler-errors
deleted-functions
std::vector::push_back() doesn't compile on MSVC for an object with deleted move constructor
Nov 12, 2022
c++
gcc
visual-c++
push-back
deleted-functions
Older Entries »