vivkin / gason

Lightweight and fast JSON parser for C++
MIT License
338 stars 51 forks source link

Make fallthrough explicit in gason.cpp #41

Open r-barnes opened 1 month ago

r-barnes commented 1 month ago

Fixes #40

vivkin commented 1 month ago

Is it compile with older then C++17 compilers?

r-barnes commented 1 month ago

@vivkin - I've updated the code to work with older versions of the standard. My system rewrites builds into a different, internal system which defaults to the C++17 standard.