$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2003-10-23 08:11:56
>
> 12) OK, I'm beginning to see the consistency in the *2.hpp headers now,
but
> maybe if that's the intent, and you do want to keep them, then why not
call
> them *_predicates.hpp, so we know what's what? Just a thought.
just a quick question: why are the predicate versions not called _if, eg.
trim_if( s, is_space<char>() );
?
-Thorsten