Boost logo

Boost Users :

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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net