$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Range_Ex and Multi-Index: conflicting mpl::begin andboost::begin
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2009-03-18 14:42:20
Do you us egcc ? If so, gcc is greedy when doing ADL. If a class use a
mpl type as tempalte argument, it'll look into mpl namespace when doing ADL.