|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r51521 - sandbox/compile-in-place/Boost_1_36_0/boost/archive/impl
From: doomster_at_[hidden]
Date: 2009-03-01 16:10:29
Author: eckhardt
Date: 2009-03-01 16:10:29 EST (Sun, 01 Mar 2009)
New Revision: 51521
URL: http://svn.boost.org/trac/boost/changeset/51521
Log:
- Fix another include guard.
Text files modified:
sandbox/compile-in-place/Boost_1_36_0/boost/archive/impl/basic_binary_iarchive.ipp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/compile-in-place/Boost_1_36_0/boost/archive/impl/basic_binary_iarchive.ipp
==============================================================================
--- sandbox/compile-in-place/Boost_1_36_0/boost/archive/impl/basic_binary_iarchive.ipp (original)
+++ sandbox/compile-in-place/Boost_1_36_0/boost/archive/impl/basic_binary_iarchive.ipp 2009-03-01 16:10:29 EST (Sun, 01 Mar 2009)
@@ -7,8 +7,8 @@
// http://www.boost.org/LICENSE_1_0.txt)
// See http://www.boost.org for updates, documentation, and revision history.
-#ifndef BOOST_ARCHIVE_IMPL_XML_IARCHIVE_IMPL_IPP_INCLUDED
-#define BOOST_ARCHIVE_IMPL_XML_IARCHIVE_IMPL_IPP_INCLUDED
+#ifndef BOOST_ARCHIVE_IMPL_BASIC_BINARY_IARCHIVE_IPP_INCLUDED
+#define BOOST_ARCHIVE_IMPL_BASIC_BINARY_IARCHIVE_IPP_INCLUDED
#include <string>
#include <cassert>
#include <algorithm>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk