bleenco / binfs

Library for embedding binary or text files into C++ programs
MIT License
24 stars 3 forks source link

Downgrade from C++11 to C++98 ISO #2

Open IngwiePhoenix opened 5 years ago

IngwiePhoenix commented 5 years ago

Appearently, this library is almost C++98 compatible. All that would be left is to replace instances of auto with proper typing.

Is there a possibility to convert it's standard to ISO C++98?

jkuri commented 5 years ago

please feel free to make a PR.