s-a / iso-8583

:credit_card: A native Node module to process ISO 8583 Financial transaction card originated messages
Other
76 stars 30 forks source link

Issue#7: fixed no member named 'to_string' in namespace 'std' error #9

Closed timgabets closed 6 years ago

timgabets commented 6 years ago

As std::to_string() has only appeared in C++11, functions.cc won't compile without explicit -std=c++11 compiler option

timgabets commented 6 years ago

@s-a please, upload a new module version to npm

s-a commented 6 years ago

Done 😃 Increase version number is part of package.json bump script.