diff --git a/d0355r5.html b/d0355r5.html index ac08565..d74182e 100644 --- a/d0355r5.html +++ b/d0355r5.html @@ -8389,7 +8389,7 @@ There are 4 specializations of time_of_day to handle four precision
  • -tempalte <> class time_of_day<hours>
    +template <> class time_of_day<hours>
     

    This specialization handles hours since midnight. @@ -8398,7 +8398,7 @@ This specialization handles hours since midnight.

  • -tempalte <> class time_of_day<minutes>
    +template <> class time_of_day<minutes>
     

    This specialization handles hours:minutes since midnight. @@ -8407,7 +8407,7 @@ This specialization handles hours:minutes since midnight.

  • -tempalte <> class time_of_day<seconds>
    +template <> class time_of_day<seconds>
     

    This specialization handles hours:minutes:seconds since midnight. @@ -8416,7 +8416,7 @@ This specialization handles hours:minutes:seconds since midnight.

  • -tempalte <class Rep, class Period> class time_of_day<duration<Rep, Period>>
    +template <class Rep, class Period> class time_of_day<duration<Rep, Period>>
     

    This specialization is restricted to Rep types that are integral, and @@ -8434,7 +8434,7 @@ Each specialization of time_of_day is a standard-layout class type.

    -tempalte <>
    +template <>
     class time_of_day<hours>
     {
     public:
    @@ -8550,7 +8550,7 @@ that no leading zero is output for hours less than 10.
     
    -tempalte <>
    +template <>
     class time_of_day<minutes>
     {
     public:
    @@ -8679,7 +8679,7 @@ that no leading zero is output for hours less than 10.
     
  • -tempalte <>
    +template <>
     class time_of_day<seconds>
     {
     public:
    @@ -8821,7 +8821,7 @@ that no leading zero is output for hours less than 10.
     
  • -tempalte <class Rep, class Period>
    +template <class Rep, class Period>
     class time_of_day<duration<Rep, Period>>
     {
     public: