Skip to content

Commit eba80f1

Browse files
Eelistkoeppe
authored andcommitted
[any.modifiers] Remove space in 'forward<Args> (args)'. (#1363)
1 parent 08fda7e commit eba80f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5692,7 +5692,7 @@
56925692
\pnum
56935693
\effects Calls \tcode{reset()}. Then initializes the contained value
56945694
as if direct-non-list-initializing an object of type \tcode{VT} with the arguments
5695-
\tcode{il, std::forward<Args> (args)...}.
5695+
\tcode{il, std::forward<Args>(args)...}.
56965696

56975697
\pnum
56985698
\postconditions \tcode{*this} contains a value.

0 commit comments

Comments
 (0)