| 1421 | } |
| 1422 | |
| 1423 | BOOST_FILESYSTEM_DECL path::iterator path::end() const |
| 1424 | { |
| 1425 | iterator itr; |
| 1426 | itr.m_path_ptr = this; |
| 1427 | itr.m_pos = m_pathname.size(); |
| 1428 | return itr; |
| 1429 | } |
| 1430 | |
| 1431 | } // namespace filesystem |
| 1432 | } // namespace boost |
no test coverage detected