osmanip
osmanip copied to clipboard
Manipulators wrapping
On Reddit, a user asked for a better way to use manipulators and suggested wrapping them in order to use them in a more compact way:
std::cout << osm::col("red");
I personally disagree in this choice, but if a good proposal works good I will probably integrate it in the library without hesitation.