xhawk18 / promise-cpp

C++ promise/A+ library in Javascript style.
MIT License
672 stars 92 forks source link

Fixed stl namespace conflicts #28

Open fro0m opened 5 months ago

fro0m commented 5 months ago

The commit contains fixes of std namespace conflicts. I get into such issues as other library also added types to std namespace. Overall it is a good practice to make an alternative namespace for compatibility.