constantinpape / z5

Lightweight C++ and Python interface for datasets in zarr and N5 format
MIT License
110 stars 27 forks source link

const static → static const #214

Closed DimitriPapadopoulos closed 1 year ago

DimitriPapadopoulos commented 1 year ago

Although both are legal in C++, the latter is prevalent and ISO C99 reads:

6.11.5 Storage-class specifiers

1 The placement of a storage-class specifier other than at the beginning of the declaration specifiers in a declaration is an obsolescent feature.