Skip to content

Commit 70a0afc

Browse files
dgrunwald-qttkoeppe
authored andcommitted
[fs.class.path] Add missing semicolon
1 parent 6debd60 commit 70a0afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iostreams.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10518,7 +10518,7 @@
1051810518
template <class Source>
1051910519
path& operator=(const Source& source);
1052010520
template <class Source>
10521-
path& assign(const Source& source)
10521+
path& assign(const Source& source);
1052210522
template <class InputIterator>
1052310523
path& assign(InputIterator first, InputIterator last);
1052410524

0 commit comments

Comments
 (0)