$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Joaquín Mª López Muñoz (joaquin_at_[hidden])
Date: 2005-06-17 02:32:25
The latest update of lexical_cat introduced a trivial bug,
shown for instance at http://tinyurl.com/c9b8s.
I'll be commiting the attached patch later today, if no one
objects (or commits it first.)
Thank you,
Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
16a17
> #include <cstddef>
196c197
< template<class T, size_t N>
--- > template<class T, std::size_t N>