* installing *source* package ‘clock’ ...
** this is package ‘clock’ version ‘0.7.2’
** package ‘clock’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 20.1.0-rc2’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/clock/src'
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/cpp11/include' -I'/data/gannet/ripley/R/test-clang/tzdb/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c cpp11.cpp -o cpp11.o
In file included from cpp11.cpp:5:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/declarations.hpp:13:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:3:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from cpp11.cpp:5:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/declarations.hpp:13:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
2 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/cpp11/include' -I'/data/gannet/ripley/R/test-clang/tzdb/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c duration.cpp -o duration.o
In file included from duration.cpp:1:
In file included from ./clock.h:5:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/tzdb.h:4:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/date.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:966:34: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  966 | CONSTCD11 date::day  operator "" _d(unsigned long long d) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:967:34: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  967 | CONSTCD11 date::year operator "" _y(unsigned long long y) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1975:13: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1975 | operator "" _d(unsigned long long d) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1983:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1983 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from duration.cpp:1:
In file included from ./clock.h:8:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/iso_week.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:750:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  750 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:758:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  758 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from duration.cpp:1:
In file included from ./clock.h:12:
./ordinal.h:240:40: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  240 | CONSTCD11 ordinal::yearday operator "" _yd(unsigned long long yd) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~~
      |                            operator""_yd
./ordinal.h:241:40: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  241 | CONSTCD11 ordinal::year    operator "" _y(unsigned long long y) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~
      |                            operator""_y
./ordinal.h:631:13: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  631 | operator "" _yd(unsigned long long yd) NOEXCEPT
      | ~~~~~~~~~~~~^~~
      | operator""_yd
./ordinal.h:639:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  639 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from duration.cpp:1:
In file included from ./clock.h:13:
./week.h:880:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  880 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from duration.cpp:1:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:3:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/cpp11/include' -I'/data/gannet/ripley/R/test-clang/tzdb/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c enums.cpp -o enums.o
In file included from duration.cpp:1:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/cpp11/include' -I'/data/gannet/ripley/R/test-clang/tzdb/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c format.cpp -o format.o
In file included from format.cpp:1:
In file included from ./clock.h:5:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/tzdb.h:4:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/date.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:966:34: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  966 | CONSTCD11 date::day  operator "" _d(unsigned long long d) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:967:34: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  967 | CONSTCD11 date::year operator "" _y(unsigned long long y) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1975:13: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1975 | operator "" _d(unsigned long long d) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1983:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1983 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from enums.cpp:1:
In file included from ./enums.h:4:
In file included from ./clock.h:5:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/tzdb.h:4:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/date.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:966:34: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  966 | CONSTCD11 date::day  operator "" _d(unsigned long long d) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:967:34: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  967 | CONSTCD11 date::year operator "" _y(unsigned long long y) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1975:13: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1975 | operator "" _d(unsigned long long d) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1983:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1983 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from format.cpp:1:
In file included from ./clock.h:8:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/iso_week.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:750:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  750 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:758:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  758 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from enums.cpp:1:
In file included from ./enums.h:4:
In file included from ./clock.h:8:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/iso_week.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:750:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  750 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:758:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  758 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from format.cpp:1:
In file included from ./clock.h:12:
./ordinal.h:240:40: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  240 | CONSTCD11 ordinal::yearday operator "" _yd(unsigned long long yd) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~~
      |                            operator""_yd
./ordinal.h:241:40: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  241 | CONSTCD11 ordinal::year    operator "" _y(unsigned long long y) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~
      |                            operator""_y
./ordinal.h:631:13: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  631 | operator "" _yd(unsigned long long yd) NOEXCEPT
      | ~~~~~~~~~~~~^~~
      | operator""_yd
./ordinal.h:639:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  639 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from format.cpp:1:
In file included from ./clock.h:13:
./week.h:880:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  880 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from enums.cpp:1:
In file included from ./enums.h:4:
In file included from ./clock.h:12:
./ordinal.h:240:40: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  240 | CONSTCD11 ordinal::yearday operator "" _yd(unsigned long long yd) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~~
      |                            operator""_yd
./ordinal.h:241:40: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  241 | CONSTCD11 ordinal::year    operator "" _y(unsigned long long y) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~
      |                            operator""_y
./ordinal.h:631:13: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  631 | operator "" _yd(unsigned long long yd) NOEXCEPT
      | ~~~~~~~~~~~~^~~
      | operator""_yd
./ordinal.h:639:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  639 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from format.cpp:1:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:3:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from enums.cpp:1:
In file included from ./enums.h:4:
In file included from ./clock.h:13:
./week.h:880:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  880 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from format.cpp:1:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from enums.cpp:1:
In file included from ./enums.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:3:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from enums.cpp:1:
In file included from ./enums.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/cpp11/include' -I'/data/gannet/ripley/R/test-clang/tzdb/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gregorian-year-day.cpp -o gregorian-year-day.o
13 warnings generated.
In file included from gregorian-year-day.cpp:1:
In file included from ./gregorian-year-day.h:4:
In file included from ./clock.h:5:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/tzdb.h:4:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/date.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:966:34: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  966 | CONSTCD11 date::day  operator "" _d(unsigned long long d) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:967:34: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  967 | CONSTCD11 date::year operator "" _y(unsigned long long y) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1975:13: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1975 | operator "" _d(unsigned long long d) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1983:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1983 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from gregorian-year-day.cpp:1:
In file included from ./gregorian-year-day.h:4:
In file included from ./clock.h:8:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/iso_week.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:750:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  750 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:758:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  758 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from gregorian-year-day.cpp:1:
In file included from ./gregorian-year-day.h:4:
In file included from ./clock.h:12:
./ordinal.h:240:40: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  240 | CONSTCD11 ordinal::yearday operator "" _yd(unsigned long long yd) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~~
      |                            operator""_yd
./ordinal.h:241:40: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  241 | CONSTCD11 ordinal::year    operator "" _y(unsigned long long y) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~
      |                            operator""_y
./ordinal.h:631:13: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  631 | operator "" _yd(unsigned long long yd) NOEXCEPT
      | ~~~~~~~~~~~~^~~
      | operator""_yd
./ordinal.h:639:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  639 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from gregorian-year-day.cpp:1:
In file included from ./gregorian-year-day.h:4:
In file included from ./clock.h:13:
./week.h:880:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  880 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from gregorian-year-day.cpp:1:
In file included from ./gregorian-year-day.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:3:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from gregorian-year-day.cpp:1:
In file included from ./gregorian-year-day.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/cpp11/include' -I'/data/gannet/ripley/R/test-clang/tzdb/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gregorian-year-month-day.cpp -o gregorian-year-month-day.o
In file included from gregorian-year-month-day.cpp:1:
In file included from ./gregorian-year-month-day.h:4:
In file included from ./clock.h:5:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/tzdb.h:4:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/date.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:966:34: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  966 | CONSTCD11 date::day  operator "" _d(unsigned long long d) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:967:34: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  967 | CONSTCD11 date::year operator "" _y(unsigned long long y) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1975:13: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1975 | operator "" _d(unsigned long long d) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1983:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1983 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from gregorian-year-month-day.cpp:1:
In file included from ./gregorian-year-month-day.h:4:
In file included from ./clock.h:8:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/iso_week.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:750:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  750 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:758:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  758 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from gregorian-year-month-day.cpp:1:
In file included from ./gregorian-year-month-day.h:4:
In file included from ./clock.h:12:
./ordinal.h:240:40: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  240 | CONSTCD11 ordinal::yearday operator "" _yd(unsigned long long yd) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~~
      |                            operator""_yd
./ordinal.h:241:40: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  241 | CONSTCD11 ordinal::year    operator "" _y(unsigned long long y) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~
      |                            operator""_y
./ordinal.h:631:13: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  631 | operator "" _yd(unsigned long long yd) NOEXCEPT
      | ~~~~~~~~~~~~^~~
      | operator""_yd
./ordinal.h:639:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  639 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from gregorian-year-month-day.cpp:1:
In file included from ./gregorian-year-month-day.h:4:
In file included from ./clock.h:13:
./week.h:880:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  880 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
13 warnings generated.
In file included from gregorian-year-month-day.cpp:1:
In file included from ./gregorian-year-month-day.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:3:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/cpp11/include' -I'/data/gannet/ripley/R/test-clang/tzdb/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gregorian-year-month-weekday.cpp -o gregorian-year-month-weekday.o
In file included from gregorian-year-month-day.cpp:1:
In file included from ./gregorian-year-month-day.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
13 warnings generated.
In file included from gregorian-year-month-weekday.cpp:1:
In file included from ./gregorian-year-month-weekday.h:4:
In file included from ./clock.h:5:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/tzdb.h:4:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/date.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:966:34: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  966 | CONSTCD11 date::day  operator "" _d(unsigned long long d) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:967:34: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  967 | CONSTCD11 date::year operator "" _y(unsigned long long y) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1975:13: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1975 | operator "" _d(unsigned long long d) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1983:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1983 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from gregorian-year-month-weekday.cpp:1:
In file included from ./gregorian-year-month-weekday.h:4:
In file included from ./clock.h:8:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/iso_week.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:750:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  750 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:758:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  758 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from gregorian-year-month-weekday.cpp:1:
In file included from ./gregorian-year-month-weekday.h:4:
In file included from ./clock.h:12:
./ordinal.h:240:40: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  240 | CONSTCD11 ordinal::yearday operator "" _yd(unsigned long long yd) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~~
      |                            operator""_yd
./ordinal.h:241:40: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  241 | CONSTCD11 ordinal::year    operator "" _y(unsigned long long y) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~
      |                            operator""_y
./ordinal.h:631:13: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  631 | operator "" _yd(unsigned long long yd) NOEXCEPT
      | ~~~~~~~~~~~~^~~
      | operator""_yd
./ordinal.h:639:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  639 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from gregorian-year-month-weekday.cpp:1:
In file included from ./gregorian-year-month-weekday.h:4:
In file included from ./clock.h:13:
./week.h:880:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  880 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from gregorian-year-month-weekday.cpp:1:
In file included from ./gregorian-year-month-weekday.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:3:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from gregorian-year-month-weekday.cpp:1:
In file included from ./gregorian-year-month-weekday.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/cpp11/include' -I'/data/gannet/ripley/R/test-clang/tzdb/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c iso-year-week-day.cpp -o iso-year-week-day.o
13 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/cpp11/include' -I'/data/gannet/ripley/R/test-clang/tzdb/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c limits.cpp -o limits.o
In file included from iso-year-week-day.cpp:1:
In file included from ./iso-year-week-day.h:4:
In file included from ./clock.h:5:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/tzdb.h:4:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/date.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:966:34: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  966 | CONSTCD11 date::day  operator "" _d(unsigned long long d) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:967:34: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  967 | CONSTCD11 date::year operator "" _y(unsigned long long y) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1975:13: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1975 | operator "" _d(unsigned long long d) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1983:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1983 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from iso-year-week-day.cpp:1:
In file included from ./iso-year-week-day.h:4:
In file included from ./clock.h:8:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/iso_week.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:750:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  750 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:758:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  758 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from iso-year-week-day.cpp:1:
In file included from ./iso-year-week-day.h:4:
In file included from ./clock.h:12:
./ordinal.h:240:40: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  240 | CONSTCD11 ordinal::yearday operator "" _yd(unsigned long long yd) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~~
      |                            operator""_yd
./ordinal.h:241:40: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  241 | CONSTCD11 ordinal::year    operator "" _y(unsigned long long y) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~
      |                            operator""_y
./ordinal.h:631:13: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  631 | operator "" _yd(unsigned long long yd) NOEXCEPT
      | ~~~~~~~~~~~~^~~
      | operator""_yd
./ordinal.h:639:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  639 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from iso-year-week-day.cpp:1:
In file included from ./iso-year-week-day.h:4:
In file included from ./clock.h:13:
./week.h:880:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  880 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from iso-year-week-day.cpp:1:
In file included from ./iso-year-week-day.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:3:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from iso-year-week-day.cpp:1:
In file included from ./iso-year-week-day.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from limits.cpp:1:
In file included from ./clock.h:5:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/tzdb.h:4:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/date.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:966:34: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  966 | CONSTCD11 date::day  operator "" _d(unsigned long long d) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:967:34: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  967 | CONSTCD11 date::year operator "" _y(unsigned long long y) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1975:13: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1975 | operator "" _d(unsigned long long d) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1983:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1983 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from limits.cpp:1:
In file included from ./clock.h:8:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/iso_week.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:750:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  750 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:758:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  758 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from limits.cpp:1:
In file included from ./clock.h:12:
./ordinal.h:240:40: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  240 | CONSTCD11 ordinal::yearday operator "" _yd(unsigned long long yd) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~~
      |                            operator""_yd
./ordinal.h:241:40: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  241 | CONSTCD11 ordinal::year    operator "" _y(unsigned long long y) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~
      |                            operator""_y
./ordinal.h:631:13: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  631 | operator "" _yd(unsigned long long yd) NOEXCEPT
      | ~~~~~~~~~~~~^~~
      | operator""_yd
./ordinal.h:639:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  639 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from limits.cpp:1:
In file included from ./clock.h:13:
./week.h:880:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  880 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from limits.cpp:1:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:3:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from limits.cpp:1:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
13 warnings generated.
13 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/cpp11/include' -I'/data/gannet/ripley/R/test-clang/tzdb/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c naive-time.cpp -o naive-time.o
13 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/cpp11/include' -I'/data/gannet/ripley/R/test-clang/tzdb/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c quarterly-year-quarter-day.cpp -o quarterly-year-quarter-day.o
In file included from naive-time.cpp:1:
In file included from ./duration.h:4:
In file included from ./clock.h:5:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/tzdb.h:4:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/date.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:966:34: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  966 | CONSTCD11 date::day  operator "" _d(unsigned long long d) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:967:34: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  967 | CONSTCD11 date::year operator "" _y(unsigned long long y) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1975:13: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1975 | operator "" _d(unsigned long long d) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1983:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1983 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
13 warnings generated.
In file included from naive-time.cpp:1:
In file included from ./duration.h:4:
In file included from ./clock.h:8:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/iso_week.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:750:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  750 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:758:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  758 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from naive-time.cpp:1:
In file included from ./duration.h:4:
In file included from ./clock.h:12:
./ordinal.h:240:40: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  240 | CONSTCD11 ordinal::yearday operator "" _yd(unsigned long long yd) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~~
      |                            operator""_yd
./ordinal.h:241:40: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  241 | CONSTCD11 ordinal::year    operator "" _y(unsigned long long y) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~
      |                            operator""_y
./ordinal.h:631:13: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  631 | operator "" _yd(unsigned long long yd) NOEXCEPT
      | ~~~~~~~~~~~~^~~
      | operator""_yd
./ordinal.h:639:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  639 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from naive-time.cpp:1:
In file included from ./duration.h:4:
In file included from ./clock.h:13:
./week.h:880:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  880 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from naive-time.cpp:1:
In file included from ./duration.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:3:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from naive-time.cpp:1:
In file included from ./duration.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from quarterly-year-quarter-day.cpp:1:
In file included from ./quarterly-year-quarter-day.h:4:
In file included from ./clock.h:5:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/tzdb.h:4:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/date.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:966:34: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  966 | CONSTCD11 date::day  operator "" _d(unsigned long long d) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:967:34: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  967 | CONSTCD11 date::year operator "" _y(unsigned long long y) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1975:13: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1975 | operator "" _d(unsigned long long d) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1983:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1983 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from quarterly-year-quarter-day.cpp:1:
In file included from ./quarterly-year-quarter-day.h:4:
In file included from ./clock.h:8:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/iso_week.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:750:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  750 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:758:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  758 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from quarterly-year-quarter-day.cpp:1:
In file included from ./quarterly-year-quarter-day.h:4:
In file included from ./clock.h:12:
./ordinal.h:240:40: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  240 | CONSTCD11 ordinal::yearday operator "" _yd(unsigned long long yd) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~~
      |                            operator""_yd
./ordinal.h:241:40: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  241 | CONSTCD11 ordinal::year    operator "" _y(unsigned long long y) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~
      |                            operator""_y
./ordinal.h:631:13: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  631 | operator "" _yd(unsigned long long yd) NOEXCEPT
      | ~~~~~~~~~~~~^~~
      | operator""_yd
./ordinal.h:639:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  639 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from quarterly-year-quarter-day.cpp:1:
In file included from ./quarterly-year-quarter-day.h:4:
In file included from ./clock.h:13:
./week.h:880:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  880 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from quarterly-year-quarter-day.cpp:1:
In file included from ./quarterly-year-quarter-day.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:3:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from quarterly-year-quarter-day.cpp:1:
In file included from ./quarterly-year-quarter-day.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
13 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/cpp11/include' -I'/data/gannet/ripley/R/test-clang/tzdb/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c rcrd.cpp -o rcrd.o
13 warnings generated.
In file included from rcrd.cpp:1:
In file included from ./rcrd.h:4:
In file included from ./clock.h:5:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/tzdb.h:4:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/date.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:966:34: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  966 | CONSTCD11 date::day  operator "" _d(unsigned long long d) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:967:34: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  967 | CONSTCD11 date::year operator "" _y(unsigned long long y) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1975:13: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1975 | operator "" _d(unsigned long long d) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1983:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1983 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from rcrd.cpp:1:
In file included from ./rcrd.h:4:
In file included from ./clock.h:8:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/iso_week.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:750:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  750 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:758:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  758 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from rcrd.cpp:1:
In file included from ./rcrd.h:4:
In file included from ./clock.h:12:
./ordinal.h:240:40: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  240 | CONSTCD11 ordinal::yearday operator "" _yd(unsigned long long yd) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~~
      |                            operator""_yd
./ordinal.h:241:40: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  241 | CONSTCD11 ordinal::year    operator "" _y(unsigned long long y) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~
      |                            operator""_y
./ordinal.h:631:13: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  631 | operator "" _yd(unsigned long long yd) NOEXCEPT
      | ~~~~~~~~~~~~^~~
      | operator""_yd
./ordinal.h:639:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  639 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from rcrd.cpp:1:
In file included from ./rcrd.h:4:
In file included from ./clock.h:13:
./week.h:880:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  880 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from rcrd.cpp:1:
In file included from ./rcrd.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:3:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from rcrd.cpp:1:
In file included from ./rcrd.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
13 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/cpp11/include' -I'/data/gannet/ripley/R/test-clang/tzdb/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c sys-time.cpp -o sys-time.o
In file included from sys-time.cpp:1:
In file included from ./duration.h:4:
In file included from ./clock.h:5:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/tzdb.h:4:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/date.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:966:34: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  966 | CONSTCD11 date::day  operator "" _d(unsigned long long d) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:967:34: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  967 | CONSTCD11 date::year operator "" _y(unsigned long long y) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1975:13: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1975 | operator "" _d(unsigned long long d) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1983:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1983 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from sys-time.cpp:1:
In file included from ./duration.h:4:
In file included from ./clock.h:8:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/iso_week.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:750:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  750 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:758:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  758 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from sys-time.cpp:1:
In file included from ./duration.h:4:
In file included from ./clock.h:12:
./ordinal.h:240:40: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  240 | CONSTCD11 ordinal::yearday operator "" _yd(unsigned long long yd) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~~
      |                            operator""_yd
./ordinal.h:241:40: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  241 | CONSTCD11 ordinal::year    operator "" _y(unsigned long long y) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~
      |                            operator""_y
./ordinal.h:631:13: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  631 | operator "" _yd(unsigned long long yd) NOEXCEPT
      | ~~~~~~~~~~~~^~~
      | operator""_yd
./ordinal.h:639:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  639 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from sys-time.cpp:1:
In file included from ./duration.h:4:
In file included from ./clock.h:13:
./week.h:880:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  880 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from sys-time.cpp:1:
In file included from ./duration.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:3:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from sys-time.cpp:1:
In file included from ./duration.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/cpp11/include' -I'/data/gannet/ripley/R/test-clang/tzdb/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c time-point.cpp -o time-point.o
13 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/cpp11/include' -I'/data/gannet/ripley/R/test-clang/tzdb/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c utils.cpp -o utils.o
In file included from time-point.cpp:1:
In file included from ./clock.h:5:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/tzdb.h:4:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/date.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:966:34: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  966 | CONSTCD11 date::day  operator "" _d(unsigned long long d) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:967:34: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  967 | CONSTCD11 date::year operator "" _y(unsigned long long y) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1975:13: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1975 | operator "" _d(unsigned long long d) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1983:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1983 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from utils.cpp:1:
In file included from ./utils.h:4:
In file included from ./clock.h:5:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/tzdb.h:4:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/date.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:966:34: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  966 | CONSTCD11 date::day  operator "" _d(unsigned long long d) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:967:34: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  967 | CONSTCD11 date::year operator "" _y(unsigned long long y) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1975:13: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1975 | operator "" _d(unsigned long long d) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1983:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1983 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from time-point.cpp:1:
In file included from ./clock.h:8:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/iso_week.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:750:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  750 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:758:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  758 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from time-point.cpp:1:
In file included from ./clock.h:12:
./ordinal.h:240:40: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  240 | CONSTCD11 ordinal::yearday operator "" _yd(unsigned long long yd) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~~
      |                            operator""_yd
./ordinal.h:241:40: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  241 | CONSTCD11 ordinal::year    operator "" _y(unsigned long long y) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~
      |                            operator""_y
./ordinal.h:631:13: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  631 | operator "" _yd(unsigned long long yd) NOEXCEPT
      | ~~~~~~~~~~~~^~~
      | operator""_yd
./ordinal.h:639:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  639 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from utils.cpp:1:
In file included from ./utils.h:4:
In file included from ./clock.h:8:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/iso_week.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:750:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  750 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:758:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  758 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from time-point.cpp:1:
In file included from ./clock.h:13:
./week.h:880:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  880 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from time-point.cpp:1:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:3:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from utils.cpp:1:
In file included from ./utils.h:4:
In file included from ./clock.h:12:
./ordinal.h:240:40: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  240 | CONSTCD11 ordinal::yearday operator "" _yd(unsigned long long yd) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~~
      |                            operator""_yd
./ordinal.h:241:40: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  241 | CONSTCD11 ordinal::year    operator "" _y(unsigned long long y) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~
      |                            operator""_y
./ordinal.h:631:13: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  631 | operator "" _yd(unsigned long long yd) NOEXCEPT
      | ~~~~~~~~~~~~^~~
      | operator""_yd
./ordinal.h:639:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  639 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from time-point.cpp:1:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from utils.cpp:1:
In file included from ./utils.h:4:
In file included from ./clock.h:13:
./week.h:880:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  880 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from utils.cpp:1:
In file included from ./utils.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:3:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from utils.cpp:1:
In file included from ./utils.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
13 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/cpp11/include' -I'/data/gannet/ripley/R/test-clang/tzdb/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c week-year-week-day.cpp -o week-year-week-day.o
In file included from week-year-week-day.cpp:1:
In file included from ./week-year-week-day.h:4:
In file included from ./clock.h:5:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/tzdb.h:4:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/date.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:966:34: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  966 | CONSTCD11 date::day  operator "" _d(unsigned long long d) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:967:34: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  967 | CONSTCD11 date::year operator "" _y(unsigned long long y) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1975:13: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1975 | operator "" _d(unsigned long long d) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1983:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1983 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from week-year-week-day.cpp:1:
In file included from ./week-year-week-day.h:4:
In file included from ./clock.h:8:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/iso_week.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:750:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  750 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:758:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  758 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from week-year-week-day.cpp:1:
In file included from ./week-year-week-day.h:4:
In file included from ./clock.h:12:
./ordinal.h:240:40: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  240 | CONSTCD11 ordinal::yearday operator "" _yd(unsigned long long yd) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~~
      |                            operator""_yd
./ordinal.h:241:40: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  241 | CONSTCD11 ordinal::year    operator "" _y(unsigned long long y) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~
      |                            operator""_y
./ordinal.h:631:13: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  631 | operator "" _yd(unsigned long long yd) NOEXCEPT
      | ~~~~~~~~~~~~^~~
      | operator""_yd
./ordinal.h:639:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  639 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from week-year-week-day.cpp:1:
In file included from ./week-year-week-day.h:4:
In file included from ./clock.h:13:
./week.h:880:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  880 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from week-year-week-day.cpp:1:
In file included from ./week-year-week-day.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:3:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from week-year-week-day.cpp:1:
In file included from ./week-year-week-day.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
13 warnings generated.
13 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/cpp11/include' -I'/data/gannet/ripley/R/test-clang/tzdb/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c weekday.cpp -o weekday.o
In file included from weekday.cpp:1:
In file included from ./duration.h:4:
In file included from ./clock.h:5:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/tzdb.h:4:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/date.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:966:34: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  966 | CONSTCD11 date::day  operator "" _d(unsigned long long d) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:967:34: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  967 | CONSTCD11 date::year operator "" _y(unsigned long long y) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1975:13: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1975 | operator "" _d(unsigned long long d) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1983:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1983 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from weekday.cpp:1:
In file included from ./duration.h:4:
In file included from ./clock.h:8:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/iso_week.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:750:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  750 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:758:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  758 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from weekday.cpp:1:
In file included from ./duration.h:4:
In file included from ./clock.h:12:
./ordinal.h:240:40: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  240 | CONSTCD11 ordinal::yearday operator "" _yd(unsigned long long yd) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~~
      |                            operator""_yd
./ordinal.h:241:40: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  241 | CONSTCD11 ordinal::year    operator "" _y(unsigned long long y) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~
      |                            operator""_y
./ordinal.h:631:13: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  631 | operator "" _yd(unsigned long long yd) NOEXCEPT
      | ~~~~~~~~~~~~^~~
      | operator""_yd
./ordinal.h:639:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  639 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from weekday.cpp:1:
In file included from ./duration.h:4:
In file included from ./clock.h:13:
./week.h:880:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  880 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from weekday.cpp:1:
In file included from ./duration.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:3:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from weekday.cpp:1:
In file included from ./duration.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
13 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/cpp11/include' -I'/data/gannet/ripley/R/test-clang/tzdb/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c zone.cpp -o zone.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/cpp11/include' -I'/data/gannet/ripley/R/test-clang/tzdb/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c zoned-time.cpp -o zoned-time.o
In file included from zone.cpp:1:
In file included from ./zone.h:4:
In file included from ./clock.h:5:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/tzdb.h:4:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/date.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:966:34: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  966 | CONSTCD11 date::day  operator "" _d(unsigned long long d) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:967:34: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  967 | CONSTCD11 date::year operator "" _y(unsigned long long y) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1975:13: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1975 | operator "" _d(unsigned long long d) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1983:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1983 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from zone.cpp:1:
In file included from ./zone.h:4:
In file included from ./clock.h:8:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/iso_week.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:750:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  750 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:758:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  758 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from zone.cpp:1:
In file included from ./zone.h:4:
In file included from ./clock.h:12:
./ordinal.h:240:40: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  240 | CONSTCD11 ordinal::yearday operator "" _yd(unsigned long long yd) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~~
      |                            operator""_yd
./ordinal.h:241:40: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  241 | CONSTCD11 ordinal::year    operator "" _y(unsigned long long y) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~
      |                            operator""_y
./ordinal.h:631:13: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  631 | operator "" _yd(unsigned long long yd) NOEXCEPT
      | ~~~~~~~~~~~~^~~
      | operator""_yd
./ordinal.h:639:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  639 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from zone.cpp:1:
In file included from ./zone.h:4:
In file included from ./clock.h:13:
./week.h:880:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  880 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from zone.cpp:1:
In file included from ./zone.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:3:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from zoned-time.cpp:1:
In file included from ./duration.h:4:
In file included from ./clock.h:5:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/tzdb.h:4:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/date.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:966:34: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  966 | CONSTCD11 date::day  operator "" _d(unsigned long long d) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:967:34: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  967 | CONSTCD11 date::year operator "" _y(unsigned long long y) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_y
In file included from zone.cpp:1:
In file included from ./zone.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1975:13: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1975 | operator "" _d(unsigned long long d) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_d
/data/gannet/ripley/R/test-clang/tzdb/include/date/date.h:1983:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1983 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from zoned-time.cpp:1:
In file included from ./duration.h:4:
In file included from ./clock.h:8:
In file included from /data/gannet/ripley/R/test-clang/tzdb/include/tzdb/iso_week.h:5:
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:750:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  750 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
/data/gannet/ripley/R/test-clang/tzdb/include/date/iso_week.h:758:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  758 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from zoned-time.cpp:1:
In file included from ./duration.h:4:
In file included from ./clock.h:12:
./ordinal.h:240:40: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  240 | CONSTCD11 ordinal::yearday operator "" _yd(unsigned long long yd) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~~
      |                            operator""_yd
./ordinal.h:241:40: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  241 | CONSTCD11 ordinal::year    operator "" _y(unsigned long long y) NOEXCEPT;
      |                            ~~~~~~~~~~~~^~
      |                            operator""_y
./ordinal.h:631:13: warning: identifier '_yd' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  631 | operator "" _yd(unsigned long long yd) NOEXCEPT
      | ~~~~~~~~~~~~^~~
      | operator""_yd
./ordinal.h:639:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  639 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
In file included from zoned-time.cpp:1:
In file included from ./duration.h:4:
In file included from ./clock.h:13:
./week.h:880:13: warning: identifier '_w' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  880 | operator "" _w(unsigned long long wn) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_w
In file included from zoned-time.cpp:1:
In file included from ./duration.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:3:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from zoned-time.cpp:1:
In file included from ./duration.h:4:
In file included from ./clock.h:16:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
13 warnings generated.
13 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang20/lib -L/usr/local/clang20/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o clock.so cpp11.o duration.o enums.o format.o gregorian-year-day.o gregorian-year-month-day.o gregorian-year-month-weekday.o iso-year-week-day.o limits.o naive-time.o quarterly-year-quarter-day.o rcrd.o sys-time.o time-point.o utils.o week-year-week-day.o weekday.o zone.o zoned-time.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/clock/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/clock/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/clock/src'
installing to /data/gannet/ripley/R/packages/tests-clang/clock.Rcheck/00LOCK-clock/00new/clock/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (clock)