Skip to content

Add missing space that C++11 needs for macro expansion.

Jörg Behrmann requested to merge behrmann/tinyarray:master into master

This silences the warning about "invalid suffix on literal".

The remaining warnings about strict prototypes are actually a bug in distutils that has been carried around since at least 2006 and does not seem to get a fix soon.

Merge request reports