mstd_iterator: correct comments

pull/11265/head
Kevin Bracey 2019-08-27 14:36:56 +03:00
parent 3664912acc
commit 4b4859cbd0
1 changed files with 4 additions and 4 deletions

View File

@ -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>