$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Dave Abrahams (abrahams_at_[hidden])
Date: 2000-06-01 06:59:14
on 5/31/00 8:58 PM, Darin Adler at darin_at_[hidden] wrote:
> Since I use CodeWarrior, I can't use headers that just use the unadorned
> names. In particular I have this problem with Dietmar Kuehl's array.hpp
> (unadorned size_t), which I otherwise adore.
Ah, but CW supports partial specialization, so this piece of code is never
seen by your compiler ;)