mirror of
https://github.com/boostorg/atomic.git
synced 2026-02-02 20:32:09 +00:00
Resolved MSVC warnings about multiple operator= overloads.
[SVN r84806]
This commit is contained in:
@@ -139,7 +139,6 @@ public:
|
||||
}
|
||||
|
||||
BOOST_DELETED_FUNCTION(atomic(atomic const&))
|
||||
BOOST_DELETED_FUNCTION(atomic& operator=(atomic const&))
|
||||
BOOST_DELETED_FUNCTION(atomic& operator=(atomic const&) volatile)
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user