$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Arkadiy Vertleyb (vertleyb_at_[hidden])
Date: 2007-06-10 10:27:00
"Gennadiy Rozental" <gennadiy.rozental_at_[hidden]> wrote
> It there any problems
> with unnamed namespace usage within Boost.Test?
Using unnamed namespace inside a header represents a potential ODR
violation. See if you have this kind of usage.
Regards,
Arkadiy