Remove incorrect test

[SVN r77854]
This commit is contained in:
Antony Polukhin
2012-04-09 18:07:51 +00:00
parent 8562b480f8
commit 7881eb5666

View File

@@ -63,10 +63,6 @@ void do_test_iterator_range_impl(const RngT& rng)
BOOST_CHECK_EQUAL(lexical_cast<unsigned __int64>(rng), 1u);
BOOST_CHECK_EQUAL(lexical_cast<__int64>(rng), 1);
#endif
#ifndef BOOST_LCAST_NO_WCHAR_T
BOOST_CHECK(lexical_cast<std::wstring>(rng) == L"1");
#endif
}
template <class CharT>