suppressed MSVC /W4 C4512 warning

[SVN r57541]
This commit is contained in:
Joaquín M López Muñoz 2009-11-10 10:18:55 +00:00
parent 4c3b315b0b
commit 604128d17a

View File

@ -1,6 +1,6 @@
/* 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.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
@ -125,6 +125,7 @@ struct test_nc_class
private:
test_nc_class(const test_nc_class&);
test_nc_class& operator=(const test_nc_class&);
};
struct test_nc_derived_class:test_nc_class