This discussion has let to another question. It seems that index_gen
in multi_array
(a.k.a. boost::multi_array::index_gen
) is set to boost::detail::multi_array::index_gen<0,0>
, where I would have expected it to be boost::detail::multi_array::index_gen<Dim,Dim>
where Dim
is the template parameter of multi_array
. Can anyone explain why this <0,0>
type is used instead?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):