joboccara / NamedType

Implementation of strong types in C++
MIT License
769 stars 84 forks source link

compilers supported #35

Closed GregKon closed 4 years ago

GregKon commented 4 years ago

Hi

What compilers are supported? I have to tried compile tests with gcc 8.1.0 but does fails.

/Greg

joboccara commented 4 years ago

Hi Greg,

The oldest compilers currently supported are clang 3.9.0 and gcc 5.1. There was a compilation error on gcc, which I fixed with this commit. Thanks for bringing this up!

Cheers, Jonathan