$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Angus Leeming (angus.leeming_at_[hidden])
Date: 2005-07-14 08:04:49
Caleb Epstein wrote:
>> Also note that '/' isn't a native directory separator on Windows. Use
>> '\' instead.
>
> Though it *is* supported by the Microsoft runtime (and presumably all
> compiler vendors runtimes on Windows), so it ought to be acceptable
> for use in a portable filesystem API, no?
I guess that you should really be directing that question to Beman.
Meanwhile, "ought" isn't going to help the OP to get his code to run...
-- Angus