> and std::fixed if needed, so:
> std::cout << std::setprecision(20) << std::fixed << bg::wkt(g) << std::endl;

Thank you, Barend and Adam!

Barend, I've added WKT representation with greater precision to my ticket https://svn.boost.org/trac/boost/ticket/12118