Skip to content
Snippets Groups Projects
Commit 42eff613 authored by Jonathan Wakely's avatar Jonathan Wakely
Browse files

libstdc++: Add 'noexcept' to path::iterator members


All path::iterator operations are non-throwing.

Signed-off-by: default avatarJonathan Wakely <jwakely@redhat.com>

libstdc++-v3/ChangeLog:

	* include/bits/fs_path.h (path::iterator): Add noexcept to all
	member functions and friend functions.
	(distance): Add noexcept.
	(advance): Add noexcept and inline.
	* include/experimental/bits/fs_path.h (path::iterator):
	Add noexcept to all member functions.
parent 1fa2c5a6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment