$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] boost program options with ublas vector
From: Kraus Philipp (philipp.kraus_at_[hidden])
Date: 2012-09-10 10:09:37
Hello,
I try to read a boost::ublas::vector with the boost::program_options and I get an error "abort trap".
My call shows
("init", po::value< ublas::vector<double> >()->multitoken(), "Initialization")
With a std::vector everything works fine. po is a shortcut to boost::program_option and ublas to boost::ublas
How / can I use a ublas vector with a multitoken on the program options?
Thanks
Phil