Subject: Re: [Boost-users] [serialization] export.hpp changes from 1.37 to 1.38
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-02-16 23:41:26


AMDG

Robert Ramey wrote:
> Looking at it, I don't see any reason why couldn't replace the
>
> namespace boost {
> namespace archive {
> namespace detail {
>
> with just
>
> namespace {
>
> Would that address your problem? Would it create any other problems?
>

It would be better to use
namespace boost {
namespace archive {
namespace detail {
namespace {

to avoid putting init_guid in the global namespace.

In Christ,
Steven Watanabe