mohitanand001 / underscore_cpp

underscore_cpp
MIT License
7 stars 30 forks source link

remove stdc++ dependency #65

Closed gubatron closed 5 years ago

gubatron commented 5 years ago

stdc++.h is not supported outside GNU, this meant compiling issues for testing.cpp on macOS and perhaps in Windows.

Use only what's needed, for now that is iostream for std::cout

Also fixes an extra space that would make the build fail on macOS