$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Storing path from A*, using operator::new with boost::multi_array
From: MrDanS (dansearles_at_[hidden])
Date: 2013-07-31 19:15:04
Try: (*A)[1][1] = 2;
and
std::cout << (*A)[1][1] << std::endl;
-- View this message in context: http://boost.2283326.n4.nabble.com/Storing-path-from-A-using-operator-new-with-boost-multi-array-tp4650141p4650155.html Sent from the Boost - Users mailing list archive at Nabble.com.