Skip to content

Commit f23059b

Browse files
[optional.syn] Use decay_t<T> directly instead of "see below" (#7247)
1 parent 36a1f39 commit f23059b

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
@@ -3238,7 +3238,7 @@
32383238
constexpr void swap(optional<T>&, optional<T>&) noexcept(@\seebelow@);
32393239

32403240
template<class T>
3241-
constexpr optional<@\seebelow@> make_optional(T&&);
3241+
constexpr optional<decay_t<T>> make_optional(T&&);
32423242
template<class T, class... Args>
32433243
constexpr optional<T> make_optional(Args&&... args);
32443244
template<class T, class U, class... Args>

0 commit comments

Comments
 (0)