This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of CD1 status.

441. Is fpos::state const?

Section: 31.5.3 [fpos] Status: CD1 Submitter: Vincent Leloup Opened: 2003-11-17 Last modified: 2016-01-28

Priority: Not Prioritized

View all other issues in [fpos].

View all issues with CD1 status.

Discussion:

In section 31.5.3.1 [fpos.members] fpos<stateT>::state() is declared non const, but in section 31.5.3 [fpos] it is declared const.

Proposed resolution:

In section 31.5.3.1 [fpos.members], change the declaration of fpos<stateT>::state() to const.