chadaustin / sajson

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

avoid GCC warning -Wignored-qualifiers #33

Closed wojdyr closed 6 years ago

wojdyr commented 6 years ago

The warning was: include/sajson.h:150:9: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] const size_t length() const {

chadaustin commented 6 years ago

Thank you!