$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-12-09 08:06:26
>The following construct produces a ream of errors. It's the extern "C"
part
>that does it. Does anyone have any ideas about how we could fix it in
>type_traits?
I see them as warnings not errors with VC6 - either way it seems to be a
general problem of instantiating templates inside an extern "C" code
section. I don't think that it is something we can fix (at least not
without breaking something). The messages seem to be complaining about
non-type template parameters so I don't really see what we can do?
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/