$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David B. Held (dheld_at_[hidden])
Date: 2002-05-13 17:01:47
"Terje Slettebø" <tslettebo_at_[hidden]> wrote in message
news:06ea01c1fac5$470adc80$60fb5dd5_at_pc...
> [...]
> Yes, I know. What's ICE, by the way? (Aside from the Boost library
> with the same name. :) )
Internal Compiler Error. You're a very lucky man if you haven't evoked
one of these gems from bcc yet. ;)
> That's why I, like I said in the previous posting, thought I'd have to use
> type-only code, where possible.
> [...]
It's extremely annoying when working with stuff like the compile-time
if. Especially considering that traits like is_same() return a value, and
not a type.
Dave