Skip to content

Commit 3e4f2ad

Browse files
committed
Drop method 'latest' since its indistinguishable from 'peek'
1 parent fae2eb1 commit 3e4f2ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Shared.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class Shared
2020
void operator = (T const & other);
2121

2222
T & peek() { return _val; }
23-
T & latest() { return peek(); }
2423

2524

2625
private:

0 commit comments

Comments
 (0)