https://issues.apache.org/ooo/show_bug.cgi?id=122853
Bug ID: 122853
Issue Type: TASK
Summary: TR1 single linked list doesn't have a size() method
Product: General
Version: AOO 4.0.0
Hardware: All
OS: All
Status: CONFIRMED
Severity: normal
Priority: P3
Component: code
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Blocks: 122766
C++11's single linked list ("forward_list") doesn't have a size() method like
its stlport4 predecessor ("slist"). Emulating the method is not needed as all
usages in AOO can be replaced by a simpler and cleaner check using its empty()
method.
--
You are receiving this mail because:
You are on the CC list for the bug.