mirror of
https://github.com/boostorg/utility.git
synced 2025-11-16 15:39:23 +01:00
Suppress/fix some msvc and gcc compiler warnings ([57494]).
[SVN r60291]
This commit is contained in:
@@ -70,7 +70,7 @@ struct ref_wrapper
|
||||
|
||||
struct copy_counter {
|
||||
static int count_;
|
||||
copy_counter(copy_counter const& other) {
|
||||
copy_counter(copy_counter const& /*other*/) {
|
||||
++count_;
|
||||
}
|
||||
copy_counter() {}
|
||||
|
||||
Reference in New Issue
Block a user