chadaustin / sajson

Lightweight, extremely high-performance JSON parser for C++11
MIT License
565 stars 41 forks source link

Proper MSVC unreachable macro. Split platform non-MSVC macros to MSVC… #27

Closed iboB closed 7 years ago

iboB commented 7 years ago

… and other

This also fixes the msvc "unreachable code" warning.

chadaustin commented 7 years ago

Thanks!