$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-07-24 06:20:07
From: "Eric Friedman" <ebf_at_[hidden]>
> So I am raising the issue to the list.
>
> An additional advantage of the "select_if" name over "if_" is that the
> #include "boost/mpl/[metafunction-name].hpp" format is preserved.
>
> Keep in mind that Boost has favored clearness over curtness ;)
FWIW, I've added several names to Boost.Python v2 which avoid being C++
keywords by the addition of a trailing underscore:
class_
int_
long_
...
And I'm using the same header scheme as Aleksey:
class.hpp
int.hpp
long.hpp
...
So, there's a kind of precedent.
Just FWIW.
-Dave