$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2008-05-16 10:50:18
Frank Birbacher wrote:
> As fs::path partially looks like an STL container I tried to map a
> "sequence<string>" to a "fs::path".
I really think you'll have better luck trying to find a workaround so
you can map the path to a string.
Adding full-blown container semantics to path simply doesn't make sense.
Sebastian