$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Franklin (franklin.jonathan_at_[hidden])
Date: 2008-04-24 15:07:15
On Thu, Apr 24, 2008 at 11:16 AM, Mohan gupta <mohangupta13_at_[hidden]>
wrote:
> the code you mailed me gives a compilation error saying extension() is not
> a member of scope boost::filesystem .
>
You need to #include <boost/filesystem.hpp>, or the individual header that
actually contains extension.
The provided code compiles for me w/ 1.34.1 under msvc 8.0... After fixing
one minor type w/ 'elseif'.
Jon