$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2002-10-25 00:12:20
David Abrahams wrote:
> > "is_pod.hpp" was trasmuted into "is_POD.hpp" which barfs on any case
> > sensitive file system.
>
> 1. Who made that change, and are they going to fix it?
It was this way ("is_POD.hpp") from the beginning (naturally, since the
trait name itself is 'is_POD').
Aleksey