|
|
|
@@ -200,7 +200,7 @@ private: |
|
|
|
// (Required as an alternative to the overloaded & operator).
|
|
|
|
const ScopedPointer* getAddress() const noexcept { return this; }
|
|
|
|
|
|
|
|
#if JUCE_COMPILER_SUPPORTS_MOVE_SEMANTICS || ! JUCE_MSVC // (MSVC can't deal with multiple copy constructors)
|
|
|
|
#if ! JUCE_MSVC // (MSVC can't deal with multiple copy constructors)
|
|
|
|
/* The copy constructors are private to stop people accidentally copying a const ScopedPointer
|
|
|
|
(the compiler would let you do so by implicitly casting the source to its raw object pointer).
|
|
|
|
|
|
|
|
|