joboccara / NamedType

Implementation of strong types in C++
MIT License
773 stars 85 forks source link

Fixing MSVC compilation error #5

Closed Guillaume227 closed 6 years ago

Guillaume227 commented 6 years ago

"error C2512: 'std::isreference<T>': no appropriate default constructor available"

joboccara commented 6 years ago

Thank you, Guillaume.