joboccara / NamedType

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

Minor typo in TEST_CASE("Addable") #26

Closed reneparis closed 4 years ago

reneparis commented 5 years ago

Hey everybody,

First of all: Gorgeous work! Then: I guess the AddableType should use an AddableTag instead of a SubtractableTag ;)

https://github.com/joboccara/NamedType/blob/27cb8d9e0a0d40e786ed43da1388c73f0409fda0/main.cpp#L101

knatten commented 4 years ago

Fixed in #32