Skip to content

Commit 188de05

Browse files
authored
[time.zone.zonedtime.overview] Fix typo (#3846)
1 parent 645a1e4 commit 188de05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/time.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9652,7 +9652,7 @@
96529652
using @\exposid{time-zone-representation}@ = // \expos
96539653
conditional_t<is_convertible_v<TimeZonePtrOrName, string_view>,
96549654
const time_zone*,
9655-
remove_cv_ref<TimeZonePtrOrName>>;
9655+
remove_cvref_t<TimeZonePtrOrName>>;
96569656

96579657
template<class TimeZonePtrOrName>
96589658
zoned_time(TimeZonePtrOrName&&)

0 commit comments

Comments
 (0)