$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Proto] Detecting if a tag is a proto type or not
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2008-11-17 10:41:27
Eric Niebler a écrit :
> Well, they're defined in the boost::proto::tag namespace. You can play
> tricks with ADL and sizeof....
>
Care to elaborate a few ?