$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Olaf Peter (ope-devel_at_[hidden])
Date: 2008-08-15 02:58:22
Hi,
on studying the boost's files I found in convenience_test.cpp this
statement:
BOOST_CHECK( fs::extension("a/") == "." );
Why this? IMO it's not clear why this should be correct. This means that
a leaf path has a file extension. On directory's view this is not equal
to the current dir notation.
Thanks,
Olaf
BTW, what about the support on hard- and softlinks mentioned in this
list some times ago?