monero
monero copied to clipboard
epee: cleanup string_tools
- Use
boost::filesystem
for already available operations. - Use
boost::string
for already available operations. - ~~Fix the inconsistent indentation.~~
Pointless busywork IMHO. Adds to the review load, replaces code that's worked so far with code that hasn't. If it actually fixes anything, it should be mentioned in the commit message.
Changelog:
- Cleaned unnecessary windows function change.
- Rebased to upstream/master.
- Changed the PR name to reflect our rules for PR names.