Skip to content

Commit 1a4e554

Browse files
committed
[any.cons] fix tag typename; "in_place<T>" should be "in_place_type<T>"
Fixes NB JP 10 (C++17 DIS)
1 parent 788b07b commit 1a4e554

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
@@ -5194,7 +5194,7 @@
51945194
\pnum
51955195
\effects
51965196
If \tcode{other.has_value()} is \tcode{false}, constructs an object that has no value.
5197-
Otherwise, equivalent to \tcode{any(in_place<T>, any_cast<const T\&>(other))}
5197+
Otherwise, equivalent to \tcode{any(in_place_type<T>, any_cast<const T\&>(other))}
51985198
where \tcode{T} is the type of the contained value.
51995199

52005200
\pnum

0 commit comments

Comments
 (0)