Skip to content

Commit

Permalink
FIXME LWG3294: Move \expos to definition of time-zone-representation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawn Perchik committed Feb 21, 2020
1 parent c962950 commit 49a31a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/time.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9439,10 +9439,10 @@
-> zoned_time<common_type_t<Duration, seconds>>;

template<class TimeZonePtrOrName>
using @\exposid{time-zone-representation}@ =
using @\exposid{time-zone-representation}@ = // \expos
conditional_t<is_convertible_v<TimeZonePtrOrName, string_view>,
const time_zone*,
remove_cv_ref<TimeZonePtrOrName>>; // \expos
remove_cv_ref<TimeZonePtrOrName>>;

template<class TimeZonePtrOrName>
zoned_time(TimeZonePtrOrName&&)
Expand Down

0 comments on commit 49a31a9

Please sign in to comment.