$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [filesystem] basic_path::operator>> issue for paths with spaces
From: Johan Råde (rade_at_[hidden])
Date: 2008-09-22 14:14:12
When a path that contains spaces is extracted
from a text file using basic_path::operator>>,
then the path is truncated at the first space.
Maybe basic_path::operator<< should put quotes around the path
and basic_path::operator>> strip the quotes (if any).
--Johan Råde