Hacker News new | ask | show | jobs
by lenkite 1104 days ago
Just use `using namespace std;` inside your function and C++ suddenly becomes nice.
1 comments

Using boost or std in a function is much better than doing it in the header for obvious reasons, but still annoying.