$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] How do i only get Regex??
From: Peter Bartlett (pete_at_[hidden])
Date: 2009-03-27 12:49:22
Quoting "Green, Jason M NSWCDL, W33" <jason.m.green3_at_[hidden]>:
> I go to boost\boost_1_38 and type: bcp boost\regex.hpp \temp (temp is the
> output dir for me), and I get the usage error? What am I doing wrong?
>
> Jason
I'd wager that you need to escape your '\' - bcp boost\\regex.hpp
\\temp or bcp boost/regex.hpp /temp