diff --git a/d0355r4.html b/d0355r4.html
index 545c577..6300b75 100644
--- a/d0355r4.html
+++ b/d0355r4.html
@@ -59,6 +59,7 @@ Document number: D0355R4
Changes since R3
+- Give
weekday_indexed
a defaulted default constructor.
- Make
from_stream
and to_stream
customization points.
- Make the database singleton a
list<tzdb>
instead of a single tzdb
.
@@ -5373,6 +5374,7 @@ class weekday_indexed
unsigned char index_; // exposition only
public:
+ weekday_indexed() = default;
constexpr weekday_indexed(const chrono::weekday& wd, unsigned index) noexcept;
constexpr chrono::weekday weekday() const noexcept;