$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David B. Held (dheld_at_[hidden])
Date: 2002-09-26 12:57:17
"David Abrahams" <dave_at_[hidden]> wrote in message
news:123c01c26506$756d6d30$6701a8c0_at_boostconsulting.com...
> [...]
> According to my google search, some aCC versions do support
> member templates, see e.g.:
>
> http://star.physics.yale.edu/aCC/C/guide/whatsnew.htm
So for a library that relies on member templates extensively, is this a
reasonable thing to add?
#ifndef BOOST_MSVC6_MEMBER_TEMPLATES
# error This library requires member template support
#endif
Dave