Line | |
---|
1 | /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 |
---|
2 | // text_iarchive.cpp: |
---|
3 | |
---|
4 | // (C) Copyright 2002 Robert Ramey - http://www.rrsd.com . |
---|
5 | // Use, modification and distribution is subject to the Boost Software |
---|
6 | // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at |
---|
7 | // http://www.boost.org/LICENSE_1_0.txt) |
---|
8 | |
---|
9 | // See http://www.boost.org for updates, documentation, and revision history. |
---|
10 | |
---|
11 | #define BOOST_ARCHIVE_SOURCE |
---|
12 | #include <boost/archive/text_iarchive.hpp> |
---|
13 | |
---|
14 | // explicitly instantiate for this type of text stream |
---|
15 | #include <boost/archive/impl/basic_text_iarchive.ipp> |
---|
16 | #include <boost/archive/impl/text_iarchive_impl.ipp> |
---|
17 | #include <boost/archive/impl/archive_pointer_iserializer.ipp> |
---|
18 | |
---|
19 | namespace boost { |
---|
20 | namespace archive { |
---|
21 | |
---|
22 | template class basic_text_iarchive<text_iarchive> ; |
---|
23 | template class text_iarchive_impl<text_iarchive> ; |
---|
24 | template class detail::archive_pointer_iserializer<text_iarchive> ; |
---|
25 | |
---|
26 | } // namespace archive |
---|
27 | } // namespace boost |
---|
Note: See
TracBrowser
for help on using the repository browser.