$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gustavo Guerra (gmcg_at_[hidden])
Date: 2004-01-25 21:52:24
The documentation of the boost filesystem library states that all opertions
on 'path's leave them in the canonical form.
I just run in a subtle bug in my code because complete doesn't do that. I
have to manually call normalize after it.
What I'm saying makes sense, or am I getting something wrong? (I started
using filesystem only recently)
Regards
Gustavo Guerra