reoder locale constructors

[SVN r24822]
This commit is contained in:
Robert Ramey
2004-08-30 07:11:26 +00:00
parent 4a647c0cb9
commit 27c4c71ff2
3 changed files with 3 additions and 3 deletions

View File

@@ -14,12 +14,12 @@
#include <istream>
// explicitly instantiate for this type of xml stream
#include <boost/archive/impl/basic_text_iprimitive.ipp>
namespace boost {
namespace archive {
// explicitly instantiate for this type of text stream
template class basic_text_iprimitive<std::istream> ;
} // namespace archive