patch from ticket #1152 applied

[SVN r46461]
This commit is contained in:
Pavol Droba
2008-06-17 21:21:33 +00:00
parent 4e15767bed
commit cd26ed816c
3 changed files with 24 additions and 0 deletions

View File

@ -29,6 +29,10 @@ namespace boost {
// classification functors -----------------------------------------------//
#if BOOST_WORKAROUND(BOOST_MSVC, >= 1400)
#pragma warning(push)
#pragma warning(disable:4512) //assignment operator could not be generated
#endif
// is_classified functor
struct is_classifiedF :
public predicate_facade<is_classifiedF>
@ -60,6 +64,10 @@ namespace boost {
const std::locale m_Locale;
};
#if BOOST_WORKAROUND(BOOST_MSVC, >= 1400)
#pragma warning(pop)
#endif
// is_any_of functor
/*
returns true if the value is from the specified set