$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2002-03-26 09:58:10
The boost/filesystem/directory.hpp header I'm working on has a couple of
signatures that take "const regex &" arguments.
I really don't want to #include boost/regex.hpp since many uses of the
directory.hpp header will not use regex.
Has there been any discussion of providing a regex_fwd.hpp header?
--Beman