$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Efficient "[][]" operator overloading (encapsulating a MultiArray)
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2013-04-09 10:55:09
On 09-04-2013 16:36, JiÅÃ VyskoÄil wrote:
> Do you have any idea what might be going on? Is there a better way to
> write an interface for successive [] operators?
Take a look at STLSoft's fixed_array_3d<>
-Thorsten