Document number: N1991=06-0061

Howard E. Hinnant
2006-04-06

Proposed Text for defaultfloat (N1842)

Explanation

The LWG would like to accept N1842 into the C++0X working draft with two chanages:

Proposed Wording

Append to 27.4 Header <ios> synopsis:

ios_base& defaultfloat  (ios_base& str);

Append to 27.4.5.4 floatfield manipulators.

iosbase& defaultfloat(iosbase& str);

-5- Effects: Calls str.unsetf(ios_base::floatfield).

-6- Returns: str.