stringstream.cpp revision 6c7f5d1327d2ca00d7df575258146637834da3f4
/* These two are probably unnecessary now that we provide our own operator<< for float and /* This one is (currently) needed though, as we currently use ostr.precision as a sort of variable for storing the desired precision: see our two precision methods and our operator<< methods for float and double. */ /* Try as integer first. */ /* Try as integer first. */ c-file-style:"stroustrup" c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +)) // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :