Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in deleted-functions

Reference qualifiers and deleted member methods

Forbids functions with `static_assert`

Why can't an object containing a ostringstream member be constructed?

C++11 deleted/defaulted constructors

Is this non-copyable map legal c++11? GCC 4.7 and MSVS 2010 allow it. Clang 3.1 does not

Can any function be a deleted-function?

c++ c++11 deleted-functions

Error using defaulted copy constructor: "deleted function"

Can you swap a std::queue with a lambda comparator?

C++ deleted constructors

Overload rules for multiple, templated constructors in list initialization

Why is the copy assignment not deleted when the move assignment is declared?

How to in-place initialize an array?

Initialisation of aggregate with default constructor deleted in c++20

Is deleting copy and move constructors/assignment operators in base class enough?

c++ c++11 deleted-functions

What is "= delete"?

c++ c++11 deleted-functions

Deleted copy constructor results in deleted default constructor

c++ c++11 deleted-functions

error C2280: attempting to reference a deleted function

std::vector::push_back() doesn't compile on MSVC for an object with deleted move constructor