joboccara / NamedType

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

Fix non-compile error #30

Closed conradjones closed 4 years ago

conradjones commented 5 years ago

Added CMakeLists.txt for compilation with CMake and any IDE that supports CMake.

Removed const qualifier from function parameter where function modifiers parameter.

knatten commented 4 years ago

This fixes #23

knatten commented 4 years ago

Could be an idea to split out the compilation error fix as a separate PR which will be a no-brainer to accept?

travnick commented 4 years ago

see #37

joboccara commented 4 years ago

This should be covered by PR #24