VC++ fixes

[SVN r14435]
This commit is contained in:
Dave Abrahams
2002-07-13 12:22:51 +00:00
parent f7610c9b26
commit 48a81ef7ea
7 changed files with 14 additions and 12 deletions

View File

@@ -103,7 +103,7 @@ void random_sorted_sequence(T& seq)
sort_by_value(seq);
}
# if defined(BOOST_MSVC) && !defined(__SGI_STL_PORT)
# if defined(BOOST_MSVC) && BOOST_MSVC < 1300 && !defined(__SGI_STL_PORT)
// VC6's standard lib doesn't have a template member function for list::sort()
template <>
void random_sorted_sequence(std::list<std::string>& result)