Search code examples
Reference qualifiers and deleted member methods...

c++c++11deleted-functionsref-qualifier

Read More
Specialized template function with deleted "general" case fails to compile with g++ <=4...

c++templatesc++11template-specializationdeleted-functions

Read More
Opening stream via function...

c++c++11copy-constructoristreamdeleted-functions

Read More
Macro to make class noncopyable...

c++c++11c-preprocessornoncopyabledeleted-functions

Read More
Deleting virtual functions in C++0x...

c++c++11virtual-functionsdeleted-functions

Read More
Compiler error when instantiating std::mutex...

c++c++11mutexstddeleted-functions

Read More
Finding where a deleted function is referenced...

c++visual-c++c++11copy-constructordeleted-functions

Read More
using range-based for with std::set<std::unique_ptr<T>> deleted function...

c++c++11setunique-ptrdeleted-functions

Read More
error C2280: attempting to reference a deleted function...

c++pointerscompiler-errorsdeleted-functions

Read More
Can you swap a std::queue with a lambda comparator?...

c++c++11stllambdadeleted-functions

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

c++c++11clangmove-semanticsdeleted-functions

Read More
How may I forbid calls to const member function of an rvalue object in C++ 2011?...

c++c++11rvaluedeleted-functions

Read More
Can any function be a deleted-function?...

c++c++11deleted-functions

Read More
What is "= delete"?...

c++c++11deleted-functions

Read More
BackNext