Skip to content

Commit ebb3bde

Browse files
committed
Headers: forward_list does not have crbegin/crend
1 parent d2af3a5 commit ebb3bde

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

headers/forward_list

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ public:
105105
const_iterator cbefore_end() const;
106106
const_iterator cbegin() const;
107107
const_iterator cend() const;
108-
const_reverse_iterator crbegin() const;
109-
const_reverse_iterator crend() const;
110108

111109
// copacity
112110
bool empty() const;

0 commit comments

Comments
 (0)