$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Philippe Vaucher (philippe.vaucher_at_[hidden])
Date: 2006-08-31 10:40:28
Of course the code :
split(tokens, input.substr(1), token_compress_off);
Should look like :
split(tokens, input.substr(1), is_any_of("/"), token_compress_on);
Philippe