| 4795 | |
| 4796 | #if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__ <= 409) |
| 4797 | fields() : ymd{nanyear/0/0}, wd{8u}, tod{}, has_tod{false} {} |
| 4798 | #else |
| 4799 | fields() = default; |
| 4800 | #endif |
nothing calls this directly
no outgoing calls
no test coverage detected