xtensor-stack / xtl

The x template library
BSD 3-Clause "New" or "Revised" License
207 stars 96 forks source link

Fix error: lvalue required as unary '&' operand #256

Closed hcoona closed 2 years ago

hcoona commented 2 years ago

const variable could be inlined so maybe no address for it. Make it static for getting address.

Error reported on GCC4.9.4