mirror of
https://github.com/boostorg/lexical_cast.git
synced 2026-01-23 17:42:54 +00:00
Suppress more warnings and disable the -Wno-uninitialized suppression
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
// (See the accompanying file LICENSE_1_0.txt
|
||||
// or a copy at <http://www.boost.org/LICENSE_1_0.txt>.)
|
||||
|
||||
#ifdef BOOST_MSVC
|
||||
# pragma warning(disable: 4512) // generic_stringize.cpp(37) : warning C4512: 'stringize_functor' : assignment operator could not be generated
|
||||
#endif
|
||||
|
||||
//[lexical_cast_stringize
|
||||
/*`
|
||||
|
||||
Reference in New Issue
Block a user