$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: shunsuke (pstade.mb_at_[hidden])
Date: 2007-09-05 05:49:10
Joaquín Mª López Muñoz wrote:
> Admittedly, the problem is somewhat contrived (although it's distilled
> from
> a real case I found myself) and the offending compiler is not all the
> rage
> these days :) but I just wanted to report it for the record and in case
> the
> possibility exists that the problematic using directives can be replaced
> by
> appropriate using declarations (I don't know if this is feasible.)
Your expectations proved right.
Using directive is still broken even under msvc-7.1 and 8.0.
See: http://tinyurl.com/39c9ev
I hope the next msvc is better.
Regards,
-- Shunsuke Sogame