2
0
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:
Andrey Semashev
2013-06-16 17:23:26 +00:00
parent 5c4c16f436
commit 64dfb109b8

View File

@@ -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)
};