mirror of
https://github.com/boostorg/multi_index.git
synced 2025-05-11 13:24:04 +00:00
suppressed MSVC /W4 C4512 warning
[SVN r57541]
This commit is contained in:
parent
4c3b315b0b
commit
604128d17a
@ -1,6 +1,6 @@
|
|||||||
/* Boost.MultiIndex test for key extractors.
|
/* Boost.MultiIndex test for key extractors.
|
||||||
*
|
*
|
||||||
* Copyright 2003-2008 Joaquin M Lopez Munoz.
|
* Copyright 2003-2009 Joaquin M Lopez Munoz.
|
||||||
* Distributed under the Boost Software License, Version 1.0.
|
* Distributed under the Boost Software License, Version 1.0.
|
||||||
* (See accompanying file LICENSE_1_0.txt or copy at
|
* (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
* http://www.boost.org/LICENSE_1_0.txt)
|
* http://www.boost.org/LICENSE_1_0.txt)
|
||||||
@ -125,6 +125,7 @@ struct test_nc_class
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
test_nc_class(const test_nc_class&);
|
test_nc_class(const test_nc_class&);
|
||||||
|
test_nc_class& operator=(const test_nc_class&);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct test_nc_derived_class:test_nc_class
|
struct test_nc_derived_class:test_nc_class
|
||||||
|
Loading…
x
Reference in New Issue
Block a user