Changeset 2215fd0 in mainline
- Timestamp:
- 2018-07-05T21:41:20Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 806ce18
- Parents:
- 6e93323
- git-author:
- Dzejrou <dzejrou@…> (2018-04-11 14:43:51)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/impl/iterator.hpp
r6e93323 r2215fd0 35 35 #include <memory> 36 36 #include <type_traits> 37 #include <utility> 37 38 38 39 namespace std … … 163 164 pointer operator->() const 164 165 { 165 // TODO: need std::addressof 166 return nullptr; 166 return addressof(operator*()); 167 167 } 168 168
Note:
See TracChangeset
for help on using the changeset viewer.