blitzpp / blitz

Blitz++ Multi-Dimensional Array Library for C++
https://github.com/blitzpp/blitz/wiki
Other
404 stars 83 forks source link

Fixing index type cast for an Array::operator() #117

Open AnderOne opened 5 years ago

AnderOne commented 5 years ago

This patch fixes index type cast: #111 (comment)

It requires C++11 support!