summaryrefslogtreecommitdiff
path: root/libs/lexical_cast/test/lexical_cast_stream_traits_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/lexical_cast/test/lexical_cast_stream_traits_test.cpp')
-rw-r--r--libs/lexical_cast/test/lexical_cast_stream_traits_test.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/libs/lexical_cast/test/lexical_cast_stream_traits_test.cpp b/libs/lexical_cast/test/lexical_cast_stream_traits_test.cpp
index e041fa9414..a085560e10 100644
--- a/libs/lexical_cast/test/lexical_cast_stream_traits_test.cpp
+++ b/libs/lexical_cast/test/lexical_cast_stream_traits_test.cpp
@@ -2,7 +2,7 @@
//
// See http://www.boost.org for most recent version, including documentation.
//
-// Copyright Antony Polukhin, 2012.
+// Copyright Antony Polukhin, 2012-2014.
//
// Distributed under the Boost
// Software License, Version 1.0. (See accompanying file
@@ -10,7 +10,7 @@
#include <boost/config.hpp>
-#include <boost/lexical_cast.hpp>
+#include <boost/lexical_cast/detail/converter_lexical.hpp>
#include <boost/test/unit_test.hpp>
@@ -96,10 +96,6 @@ void test_metafunctions()
test_optimized_types_to_string<unsigned __int64>();
test_optimized_types_to_string<__int64>();
#endif
-
-#if !defined(BOOST_NO_SWPRINTF) && !defined(__MINGW32__)
- test_optimized_types_to_string<float>();
-#endif
test_optimized_types_to_string<std::string>();
test_optimized_types_to_string<char*>();