oktonion / stdex

std C++ 11 library impementation with extra features using only C++ 98 and POSIX threads
MIT License
67 stars 6 forks source link

string.hpp is in strong need of refactoring #9

Open oktonion opened 5 years ago

oktonion commented 5 years ago

'string.hpp' is a mess now and should be refactored in terms of fixing visual studio warnings and careful blending to post C++03 implementations of std libraries (like 'algorithm.hpp' and 'iterator.hpp' headers now do with cpp11 namespace).