martinmoene / expected-dark

Expected objects for C++11 and later (and later perhaps C++98 )
MIT License
52 stars 4 forks source link

Fix expected<void, E> specialization on VC2017 #7

Closed icedtoast closed 7 years ago

icedtoast commented 7 years ago

Comment out the nsel_REQUIRES_0 checks, just like in the non-specialized version.