https://issues.apache.org/ooo/show_bug.cgi?id=123693
Bug ID: 123693
Issue Type: DEFECT
Summary: const type qualifier on return type has no effect
Product: General
Version: 4.0.1
Hardware: All
OS: All
Status: CONFIRMED
Severity: normal
Priority: P4
Component: code
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Blocks: 122766
The C++ standard requests that non-class type rvalues are never
const-qualified. All compilers still allow it but warn about the confusing
construct and ignore it.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.