Hacker News new | ask | show | jobs
by Marqin 3766 days ago
Here I'm using C++14 with Filesystem TS ( provided by G++ 5.3+ ). Ah, and we must not use boost.
1 comments

Interesting! How come no boost?
With templates, C++14 and new TS we don't see any need for Boost ( and Boost would be another ton of MB to compile/link ).