441. Is fpos::state const?

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

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.