ladybird/Meta/Lagom/Tools/CodeGenerators/LibTimeZone
Michel Hermier e1685b6b69 Lagom: Avoid declaring Time in the global namespace
When compiled using clang, an ambiguity error is detected between
`class AK::Time` aliased to `::Time` and the `struct ::Time` provided
in `GenerateTimeZoneData.cpp`. Solve this by moving most of the code in
an anonymous namespace.
2022-01-10 15:57:59 +01:00
..
CMakeLists.txt LibTimeZone+Meta: Add plumbing for an IANA Time Zone Database generator 2022-01-08 12:45:34 +01:00
GenerateTimeZoneData.cpp Lagom: Avoid declaring Time in the global namespace 2022-01-10 15:57:59 +01:00