...same again

This commit is contained in:
Christian Zimmermann 2020-09-03 13:35:56 +02:00
parent 079b7cfb44
commit c01351eec0

View file

@ -86,7 +86,7 @@ namespace MultiArrayTools
{
template <size_t M, class... DOPs>
static inline void
cccx(typename HighLevelOpBase<ROP>::RetT<Indices...>& res,
cccx(typename HighLevelOpBase<ROP>::template RetT<Indices...>& res,
const std::array<std::shared_ptr<HighLevelOpBase<ROP>>,M>& in,
const std::shared_ptr<Indices>&... inds,
const OPs&... ops,
@ -124,7 +124,7 @@ namespace MultiArrayTools
{
template <size_t M, class... DOPs>
static inline void
cccx(typename HighLevelOpBase<ROP>::RetT<Indices...>& res,
cccx(typename HighLevelOpBase<ROP>::template RetT<Indices...>& res,
const std::array<std::shared_ptr<HighLevelOpBase<ROP>>,M>& in,
const std::shared_ptr<Indices>&... inds,
const OPs&... ops,