$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-03-14 05:14:16
llwaeva_at_[hidden] wrote:
> I try format_literal, but it reports error while compiling "error
> C2065: 'format_literal' : undeclared identifier"
Ah, it's a newish feature so it's only in namespace boost::regex_constants
and doesn't get injected into boost:: as the other older features do.
Sorry for the confusion.
John.