$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Class-level instrospection
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2008-10-09 12:55:06
Steven Watanabe a écrit :
> Can't you use a more general macro:
>
> BOOST_NAMED_HAS_MEMBER_FUNCTION(has_subscript_operator, operator[], void(int))
That's indeed something I should have thought about. Thanks for the insight.