Skip to content

Commit

Permalink
mstd_iterator: correct comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kjbracey committed Aug 27, 2019
1 parent 3664912 commit 4b4859c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions platform/cxxsupport/mstd_iterator
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
* - std::make_reverse_iterator
* - std::move_iterator, std::make_move_iterator
* - For all toolchains, C++17/20 backports:
* - mbed::size
* - mbed::ssize
* - mbed::empty
* - mbed::data
* - mstd::size
* - mstd::ssize
* - mstd::empty
* - mstd::data
*/

#include <iterator>
Expand Down

0 comments on commit 4b4859c

Please sign in to comment.