Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ==> Making package: aasdk-git r94.af3611c-1 (Mon Sep 25 18:23:02 2023)
- ==> Checking runtime dependencies...
- ==> Checking buildtime dependencies...
- ==> Retrieving sources...
- -> Updating aasdk-git git repo...
- -> Found promise.patch
- ==> Validating source files with md5sums...
- aasdk-git ... Skipped
- promise.patch ... Passed
- ==> Extracting sources...
- -> Creating working copy of aasdk-git git repo...
- Reset branch 'makepkg'
- ==> Starting prepare()...
- patching file include/f1x/aasdk/IO/Promise.hpp
- Hunk #1 succeeded at 21 with fuzz 2 (offset 1 line).
- ==> Starting pkgver()...
- ==> Removing existing $pkgdir/ directory...
- ==> Starting build()...
- -- Found libusb-1.0:
- -- - Includes: /usr/include/libusb-1.0
- -- - Libraries: /usr/lib/libusb-1.0.so
- -- Configuring done (0.1s)
- -- Generating done (0.1s)
- -- Build files have been written to: /tmp/yaourt-tmp-anarch/aur-aasdk-git/src/aasdk-git/aasdk_build
- [ 0%] Building CXX object aasdk_proto/CMakeFiles/aasdk_proto.dir/AVChannelData.pb.cc.o
- In file included from /usr/include/google/protobuf/stubs/common.h:44,
- from /usr/include/google/protobuf/io/coded_stream.h:130,
- from /tmp/yaourt-tmp-anarch/aur-aasdk-git/src/aasdk-git/aasdk_build/aasdk_proto/AVChannelData.pb.h:24,
- from /tmp/yaourt-tmp-anarch/aur-aasdk-git/src/aasdk-git/aasdk_build/aasdk_proto/AVChannelData.pb.cc:4:
- /usr/include/absl/strings/string_view.h:52:26: error: 'string_view' in namespace 'std' does not name a type
- 52 | using string_view = std::string_view;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/string_view.h:52:21: note: 'std::string_view' is only available from C++17 onwards
- 52 | using string_view = std::string_view;
- | ^~~
- /usr/include/absl/strings/string_view.h:686:8: error: 'string_view' does not name a type
- 686 | inline string_view ClippedSubstr(string_view s, size_t pos,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/string_view.h:697:11: error: 'string_view' does not name a type
- 697 | constexpr string_view NullSafeStringView(const char* p) {
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/log/internal/check_op.h:36,
- from /usr/include/absl/log/internal/check_impl.h:19,
- from /usr/include/absl/log/absl_check.h:38,
- from /usr/include/google/protobuf/io/coded_stream.h:132:
- /usr/include/absl/log/internal/nullstream.h:49:32: error: 'absl::string_view' has not been declared
- 49 | NullStream& AtLocation(absl::string_view, int) { return *this; }
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/time/time.h:90,
- from /usr/include/absl/log/log_entry.h:35,
- from /usr/include/absl/log/internal/log_message.h:41,
- from /usr/include/absl/log/internal/strip.h:24,
- from /usr/include/absl/log/internal/check_op.h:37:
- /usr/include/absl/time/civil_time.h:489:27: error: 'string_view' is not a member of 'absl'
- 489 | bool ParseCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:489:53: error: expected primary-expression before '*' token
- 489 | bool ParseCivilTime(absl::string_view s, CivilSecond* c);
- | ^
- /usr/include/absl/time/civil_time.h:489:55: error: 'c' was not declared in this scope
- 489 | bool ParseCivilTime(absl::string_view s, CivilSecond* c);
- | ^
- /usr/include/absl/time/civil_time.h:489:56: error: expression list treated as compound expression in initializer [-fpermissive]
- 489 | bool ParseCivilTime(absl::string_view s, CivilSecond* c);
- | ^
- /usr/include/absl/time/civil_time.h:490:6: error: redefinition of 'bool absl::lts_20230802::ParseCivilTime'
- 490 | bool ParseCivilTime(absl::string_view s, CivilMinute* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:489:6: note: 'bool absl::lts_20230802::ParseCivilTime' previously defined here
- 489 | bool ParseCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:490:27: error: 'string_view' is not a member of 'absl'
- 490 | bool ParseCivilTime(absl::string_view s, CivilMinute* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:490:53: error: expected primary-expression before '*' token
- 490 | bool ParseCivilTime(absl::string_view s, CivilMinute* c);
- | ^
- /usr/include/absl/time/civil_time.h:490:55: error: 'c' was not declared in this scope
- 490 | bool ParseCivilTime(absl::string_view s, CivilMinute* c);
- | ^
- /usr/include/absl/time/civil_time.h:491:6: error: redefinition of 'bool absl::lts_20230802::ParseCivilTime'
- 491 | bool ParseCivilTime(absl::string_view s, CivilHour* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:489:6: note: 'bool absl::lts_20230802::ParseCivilTime' previously defined here
- 489 | bool ParseCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:491:27: error: 'string_view' is not a member of 'absl'
- 491 | bool ParseCivilTime(absl::string_view s, CivilHour* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:491:51: error: expected primary-expression before '*' token
- 491 | bool ParseCivilTime(absl::string_view s, CivilHour* c);
- | ^
- /usr/include/absl/time/civil_time.h:491:53: error: 'c' was not declared in this scope
- 491 | bool ParseCivilTime(absl::string_view s, CivilHour* c);
- | ^
- /usr/include/absl/time/civil_time.h:492:6: error: redefinition of 'bool absl::lts_20230802::ParseCivilTime'
- 492 | bool ParseCivilTime(absl::string_view s, CivilDay* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:489:6: note: 'bool absl::lts_20230802::ParseCivilTime' previously defined here
- 489 | bool ParseCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:492:27: error: 'string_view' is not a member of 'absl'
- 492 | bool ParseCivilTime(absl::string_view s, CivilDay* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:492:50: error: expected primary-expression before '*' token
- 492 | bool ParseCivilTime(absl::string_view s, CivilDay* c);
- | ^
- /usr/include/absl/time/civil_time.h:492:52: error: 'c' was not declared in this scope
- 492 | bool ParseCivilTime(absl::string_view s, CivilDay* c);
- | ^
- /usr/include/absl/time/civil_time.h:493:6: error: redefinition of 'bool absl::lts_20230802::ParseCivilTime'
- 493 | bool ParseCivilTime(absl::string_view s, CivilMonth* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:489:6: note: 'bool absl::lts_20230802::ParseCivilTime' previously defined here
- 489 | bool ParseCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:493:27: error: 'string_view' is not a member of 'absl'
- 493 | bool ParseCivilTime(absl::string_view s, CivilMonth* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:493:52: error: expected primary-expression before '*' token
- 493 | bool ParseCivilTime(absl::string_view s, CivilMonth* c);
- | ^
- /usr/include/absl/time/civil_time.h:493:54: error: 'c' was not declared in this scope
- 493 | bool ParseCivilTime(absl::string_view s, CivilMonth* c);
- | ^
- /usr/include/absl/time/civil_time.h:494:6: error: redefinition of 'bool absl::lts_20230802::ParseCivilTime'
- 494 | bool ParseCivilTime(absl::string_view s, CivilYear* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:489:6: note: 'bool absl::lts_20230802::ParseCivilTime' previously defined here
- 489 | bool ParseCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:494:27: error: 'string_view' is not a member of 'absl'
- 494 | bool ParseCivilTime(absl::string_view s, CivilYear* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:494:51: error: expected primary-expression before '*' token
- 494 | bool ParseCivilTime(absl::string_view s, CivilYear* c);
- | ^
- /usr/include/absl/time/civil_time.h:494:53: error: 'c' was not declared in this scope
- 494 | bool ParseCivilTime(absl::string_view s, CivilYear* c);
- | ^
- /usr/include/absl/time/civil_time.h:509:34: error: 'string_view' is not a member of 'absl'
- 509 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:509:60: error: expected primary-expression before '*' token
- 509 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c);
- | ^
- /usr/include/absl/time/civil_time.h:509:62: error: 'c' was not declared in this scope
- 509 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c);
- | ^
- /usr/include/absl/time/civil_time.h:509:63: error: expression list treated as compound expression in initializer [-fpermissive]
- 509 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c);
- | ^
- /usr/include/absl/time/civil_time.h:510:6: error: redefinition of 'bool absl::lts_20230802::ParseLenientCivilTime'
- 510 | bool ParseLenientCivilTime(absl::string_view s, CivilMinute* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:509:6: note: 'bool absl::lts_20230802::ParseLenientCivilTime' previously defined here
- 509 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:510:34: error: 'string_view' is not a member of 'absl'
- 510 | bool ParseLenientCivilTime(absl::string_view s, CivilMinute* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:510:60: error: expected primary-expression before '*' token
- 510 | bool ParseLenientCivilTime(absl::string_view s, CivilMinute* c);
- | ^
- /usr/include/absl/time/civil_time.h:510:62: error: 'c' was not declared in this scope
- 510 | bool ParseLenientCivilTime(absl::string_view s, CivilMinute* c);
- | ^
- /usr/include/absl/time/civil_time.h:511:6: error: redefinition of 'bool absl::lts_20230802::ParseLenientCivilTime'
- 511 | bool ParseLenientCivilTime(absl::string_view s, CivilHour* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:509:6: note: 'bool absl::lts_20230802::ParseLenientCivilTime' previously defined here
- 509 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:511:34: error: 'string_view' is not a member of 'absl'
- 511 | bool ParseLenientCivilTime(absl::string_view s, CivilHour* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:511:58: error: expected primary-expression before '*' token
- 511 | bool ParseLenientCivilTime(absl::string_view s, CivilHour* c);
- | ^
- /usr/include/absl/time/civil_time.h:511:60: error: 'c' was not declared in this scope
- 511 | bool ParseLenientCivilTime(absl::string_view s, CivilHour* c);
- | ^
- /usr/include/absl/time/civil_time.h:512:6: error: redefinition of 'bool absl::lts_20230802::ParseLenientCivilTime'
- 512 | bool ParseLenientCivilTime(absl::string_view s, CivilDay* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:509:6: note: 'bool absl::lts_20230802::ParseLenientCivilTime' previously defined here
- 509 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:512:34: error: 'string_view' is not a member of 'absl'
- 512 | bool ParseLenientCivilTime(absl::string_view s, CivilDay* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:512:57: error: expected primary-expression before '*' token
- 512 | bool ParseLenientCivilTime(absl::string_view s, CivilDay* c);
- | ^
- /usr/include/absl/time/civil_time.h:512:59: error: 'c' was not declared in this scope
- 512 | bool ParseLenientCivilTime(absl::string_view s, CivilDay* c);
- | ^
- /usr/include/absl/time/civil_time.h:513:6: error: redefinition of 'bool absl::lts_20230802::ParseLenientCivilTime'
- 513 | bool ParseLenientCivilTime(absl::string_view s, CivilMonth* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:509:6: note: 'bool absl::lts_20230802::ParseLenientCivilTime' previously defined here
- 509 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:513:34: error: 'string_view' is not a member of 'absl'
- 513 | bool ParseLenientCivilTime(absl::string_view s, CivilMonth* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:513:59: error: expected primary-expression before '*' token
- 513 | bool ParseLenientCivilTime(absl::string_view s, CivilMonth* c);
- | ^
- /usr/include/absl/time/civil_time.h:513:61: error: 'c' was not declared in this scope
- 513 | bool ParseLenientCivilTime(absl::string_view s, CivilMonth* c);
- | ^
- /usr/include/absl/time/civil_time.h:514:6: error: redefinition of 'bool absl::lts_20230802::ParseLenientCivilTime'
- 514 | bool ParseLenientCivilTime(absl::string_view s, CivilYear* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:509:6: note: 'bool absl::lts_20230802::ParseLenientCivilTime' previously defined here
- 509 | bool ParseLenientCivilTime(absl::string_view s, CivilSecond* c);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:514:34: error: 'string_view' is not a member of 'absl'
- 514 | bool ParseLenientCivilTime(absl::string_view s, CivilYear* c);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:514:58: error: expected primary-expression before '*' token
- 514 | bool ParseLenientCivilTime(absl::string_view s, CivilYear* c);
- | ^
- /usr/include/absl/time/civil_time.h:514:60: error: 'c' was not declared in this scope
- 514 | bool ParseLenientCivilTime(absl::string_view s, CivilYear* c);
- | ^
- /usr/include/absl/time/civil_time.h:540:26: error: 'string_view' is not a member of 'absl'
- 540 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:540:52: error: expected primary-expression before '*' token
- 540 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:540:54: error: 'c' was not declared in this scope
- 540 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:540:68: error: expected primary-expression before '*' token
- 540 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:540:70: error: 'error' was not declared in this scope; did you mean 'perror'?
- 540 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^~~~~
- | perror
- /usr/include/absl/time/civil_time.h:540:75: error: expression list treated as compound expression in initializer [-fpermissive]
- 540 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:541:6: error: redefinition of 'bool absl::lts_20230802::time_internal::AbslParseFlag'
- 541 | bool AbslParseFlag(absl::string_view s, CivilMinute* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:540:6: note: 'bool absl::lts_20230802::time_internal::AbslParseFlag' previously defined here
- 540 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:541:26: error: 'string_view' is not a member of 'absl'
- 541 | bool AbslParseFlag(absl::string_view s, CivilMinute* c, std::string* error);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:541:52: error: expected primary-expression before '*' token
- 541 | bool AbslParseFlag(absl::string_view s, CivilMinute* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:541:54: error: 'c' was not declared in this scope
- 541 | bool AbslParseFlag(absl::string_view s, CivilMinute* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:541:68: error: expected primary-expression before '*' token
- 541 | bool AbslParseFlag(absl::string_view s, CivilMinute* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:541:70: error: 'error' was not declared in this scope; did you mean 'perror'?
- 541 | bool AbslParseFlag(absl::string_view s, CivilMinute* c, std::string* error);
- | ^~~~~
- | perror
- /usr/include/absl/time/civil_time.h:542:6: error: redefinition of 'bool absl::lts_20230802::time_internal::AbslParseFlag'
- 542 | bool AbslParseFlag(absl::string_view s, CivilHour* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:540:6: note: 'bool absl::lts_20230802::time_internal::AbslParseFlag' previously defined here
- 540 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:542:26: error: 'string_view' is not a member of 'absl'
- 542 | bool AbslParseFlag(absl::string_view s, CivilHour* c, std::string* error);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:542:50: error: expected primary-expression before '*' token
- 542 | bool AbslParseFlag(absl::string_view s, CivilHour* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:542:52: error: 'c' was not declared in this scope
- 542 | bool AbslParseFlag(absl::string_view s, CivilHour* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:542:66: error: expected primary-expression before '*' token
- 542 | bool AbslParseFlag(absl::string_view s, CivilHour* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:542:68: error: 'error' was not declared in this scope; did you mean 'perror'?
- 542 | bool AbslParseFlag(absl::string_view s, CivilHour* c, std::string* error);
- | ^~~~~
- | perror
- /usr/include/absl/time/civil_time.h:543:6: error: redefinition of 'bool absl::lts_20230802::time_internal::AbslParseFlag'
- 543 | bool AbslParseFlag(absl::string_view s, CivilDay* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:540:6: note: 'bool absl::lts_20230802::time_internal::AbslParseFlag' previously defined here
- 540 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:543:26: error: 'string_view' is not a member of 'absl'
- 543 | bool AbslParseFlag(absl::string_view s, CivilDay* c, std::string* error);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:543:49: error: expected primary-expression before '*' token
- 543 | bool AbslParseFlag(absl::string_view s, CivilDay* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:543:51: error: 'c' was not declared in this scope
- 543 | bool AbslParseFlag(absl::string_view s, CivilDay* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:543:65: error: expected primary-expression before '*' token
- 543 | bool AbslParseFlag(absl::string_view s, CivilDay* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:543:67: error: 'error' was not declared in this scope; did you mean 'perror'?
- 543 | bool AbslParseFlag(absl::string_view s, CivilDay* c, std::string* error);
- | ^~~~~
- | perror
- /usr/include/absl/time/civil_time.h:544:6: error: redefinition of 'bool absl::lts_20230802::time_internal::AbslParseFlag'
- 544 | bool AbslParseFlag(absl::string_view s, CivilMonth* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:540:6: note: 'bool absl::lts_20230802::time_internal::AbslParseFlag' previously defined here
- 540 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:544:26: error: 'string_view' is not a member of 'absl'
- 544 | bool AbslParseFlag(absl::string_view s, CivilMonth* c, std::string* error);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:544:51: error: expected primary-expression before '*' token
- 544 | bool AbslParseFlag(absl::string_view s, CivilMonth* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:544:53: error: 'c' was not declared in this scope
- 544 | bool AbslParseFlag(absl::string_view s, CivilMonth* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:544:67: error: expected primary-expression before '*' token
- 544 | bool AbslParseFlag(absl::string_view s, CivilMonth* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:544:69: error: 'error' was not declared in this scope; did you mean 'perror'?
- 544 | bool AbslParseFlag(absl::string_view s, CivilMonth* c, std::string* error);
- | ^~~~~
- | perror
- /usr/include/absl/time/civil_time.h:545:6: error: redefinition of 'bool absl::lts_20230802::time_internal::AbslParseFlag'
- 545 | bool AbslParseFlag(absl::string_view s, CivilYear* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:540:6: note: 'bool absl::lts_20230802::time_internal::AbslParseFlag' previously defined here
- 540 | bool AbslParseFlag(absl::string_view s, CivilSecond* c, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:545:26: error: 'string_view' is not a member of 'absl'
- 545 | bool AbslParseFlag(absl::string_view s, CivilYear* c, std::string* error);
- | ^~~~~~~~~~~
- /usr/include/absl/time/civil_time.h:545:50: error: expected primary-expression before '*' token
- 545 | bool AbslParseFlag(absl::string_view s, CivilYear* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:545:52: error: 'c' was not declared in this scope
- 545 | bool AbslParseFlag(absl::string_view s, CivilYear* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:545:66: error: expected primary-expression before '*' token
- 545 | bool AbslParseFlag(absl::string_view s, CivilYear* c, std::string* error);
- | ^
- /usr/include/absl/time/civil_time.h:545:68: error: 'error' was not declared in this scope; did you mean 'perror'?
- 545 | bool AbslParseFlag(absl::string_view s, CivilYear* c, std::string* error);
- | ^~~~~
- | perror
- /usr/include/absl/time/time.h:703:26: error: 'string_view' is not a member of 'absl'
- 703 | bool ParseDuration(absl::string_view dur_string, Duration* d);
- | ^~~~~~~~~~~
- /usr/include/absl/time/time.h:703:58: error: expected primary-expression before '*' token
- 703 | bool ParseDuration(absl::string_view dur_string, Duration* d);
- | ^
- /usr/include/absl/time/time.h:703:60: error: 'd' was not declared in this scope
- 703 | bool ParseDuration(absl::string_view dur_string, Duration* d);
- | ^
- /usr/include/absl/time/time.h:703:61: error: expression list treated as compound expression in initializer [-fpermissive]
- 703 | bool ParseDuration(absl::string_view dur_string, Duration* d);
- | ^
- /usr/include/absl/time/time.h:710:26: error: 'string_view' is not a member of 'absl'
- 710 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error);
- | ^~~~~~~~~~~
- /usr/include/absl/time/time.h:710:52: error: expected primary-expression before '*' token
- 710 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error);
- | ^
- /usr/include/absl/time/time.h:710:54: error: 'dst' was not declared in this scope
- 710 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error);
- | ^~~
- /usr/include/absl/time/time.h:710:70: error: expected primary-expression before '*' token
- 710 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error);
- | ^
- /usr/include/absl/time/time.h:710:72: error: 'error' was not declared in this scope; did you mean 'perror'?
- 710 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error);
- | ^~~~~
- | perror
- /usr/include/absl/time/time.h:710:77: error: expression list treated as compound expression in initializer [-fpermissive]
- 710 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error);
- | ^
- /usr/include/absl/time/time.h:1023:6: error: redefinition of 'bool absl::lts_20230802::AbslParseFlag'
- 1023 | bool AbslParseFlag(absl::string_view text, Time* t, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/time.h:710:6: note: 'bool absl::lts_20230802::AbslParseFlag' previously defined here
- 710 | bool AbslParseFlag(absl::string_view text, Duration* dst, std::string* error);
- | ^~~~~~~~~~~~~
- /usr/include/absl/time/time.h:1023:26: error: 'string_view' is not a member of 'absl'
- 1023 | bool AbslParseFlag(absl::string_view text, Time* t, std::string* error);
- | ^~~~~~~~~~~
- /usr/include/absl/time/time.h:1023:48: error: expected primary-expression before '*' token
- 1023 | bool AbslParseFlag(absl::string_view text, Time* t, std::string* error);
- | ^
- /usr/include/absl/time/time.h:1023:50: error: 't' was not declared in this scope; did you mean 'tm'?
- 1023 | bool AbslParseFlag(absl::string_view text, Time* t, std::string* error);
- | ^
- | tm
- /usr/include/absl/time/time.h:1023:64: error: expected primary-expression before '*' token
- 1023 | bool AbslParseFlag(absl::string_view text, Time* t, std::string* error);
- | ^
- /usr/include/absl/time/time.h:1023:66: error: 'error' was not declared in this scope; did you mean 'perror'?
- 1023 | bool AbslParseFlag(absl::string_view text, Time* t, std::string* error);
- | ^~~~~
- | perror
- /usr/include/absl/time/time.h:1227:32: error: 'string_view' is not a member of 'absl'
- 1227 | inline bool LoadTimeZone(absl::string_view name, TimeZone* tz) {
- | ^~~~~~~~~~~
- /usr/include/absl/time/time.h:1227:58: error: expected primary-expression before '*' token
- 1227 | inline bool LoadTimeZone(absl::string_view name, TimeZone* tz) {
- | ^
- /usr/include/absl/time/time.h:1227:60: error: 'tz' was not declared in this scope; did you mean 'tm'?
- 1227 | inline bool LoadTimeZone(absl::string_view name, TimeZone* tz) {
- | ^~
- | tm
- /usr/include/absl/time/time.h:1227:62: error: expression list treated as compound expression in initializer [-fpermissive]
- 1227 | inline bool LoadTimeZone(absl::string_view name, TimeZone* tz) {
- | ^
- /usr/include/absl/time/time.h:1469:59: error: 'string_view' is not a member of 'absl'
- 1469 | ABSL_ATTRIBUTE_PURE_FUNCTION std::string FormatTime(absl::string_view format,
- | ^~~~~~~~~~~
- /usr/include/absl/time/time.h:1470:58: error: expected primary-expression before 't'
- 1470 | Time t, TimeZone tz);
- | ^
- /usr/include/absl/time/time.h:1470:70: error: expected primary-expression before 'tz'
- 1470 | Time t, TimeZone tz);
- | ^~
- /usr/include/absl/time/time.h:1475:72: error: 'std::string absl::lts_20230802::FormatTime(Time, TimeZone)' redeclared as different kind of entity
- 1475 | ABSL_ATTRIBUTE_PURE_FUNCTION std::string FormatTime(Time t, TimeZone tz);
- | ^
- /usr/include/absl/time/time.h:1469:42: note: previous declaration 'std::string absl::lts_20230802::FormatTime'
- 1469 | ABSL_ATTRIBUTE_PURE_FUNCTION std::string FormatTime(absl::string_view format,
- | ^~~~~~~~~~
- /usr/include/absl/time/time.h:1476:59: error: 'std::string absl::lts_20230802::FormatTime(Time)' redeclared as different kind of entity
- 1476 | ABSL_ATTRIBUTE_PURE_FUNCTION std::string FormatTime(Time t);
- | ^
- /usr/include/absl/time/time.h:1469:42: note: previous declaration 'std::string absl::lts_20230802::FormatTime'
- 1469 | ABSL_ATTRIBUTE_PURE_FUNCTION std::string FormatTime(absl::string_view format,
- | ^~~~~~~~~~
- /usr/include/absl/time/time.h: In function 'std::ostream& absl::lts_20230802::operator<<(std::ostream&, Time)':
- /usr/include/absl/time/time.h:1480:26: error: no match for call to '(std::string {aka std::__cxx11::basic_string<char>}) (absl::lts_20230802::Time&)'
- 1480 | return os << FormatTime(t);
- | ~~~~~~~~~~^~~
- /usr/include/absl/time/time.h: In function 'void absl::lts_20230802::AbslStringify(Sink&, Time)':
- /usr/include/absl/time/time.h:1486:25: error: no match for call to '(std::string {aka std::__cxx11::basic_string<char>}) (absl::lts_20230802::Time&)'
- 1486 | sink.Append(FormatTime(t));
- | ~~~~~~~~~~^~~
- /usr/include/absl/time/time.h: At global scope:
- /usr/include/absl/time/time.h:1538:22: error: 'string_view' is not a member of 'absl'
- 1538 | bool ParseTime(absl::string_view format, absl::string_view input, Time* time,
- | ^~~~~~~~~~~
- /usr/include/absl/time/time.h:1538:48: error: 'string_view' is not a member of 'absl'
- 1538 | bool ParseTime(absl::string_view format, absl::string_view input, Time* time,
- | ^~~~~~~~~~~
- /usr/include/absl/time/time.h:1538:71: error: expected primary-expression before '*' token
- 1538 | bool ParseTime(absl::string_view format, absl::string_view input, Time* time,
- | ^
- /usr/include/absl/time/time.h:1539:27: error: expected primary-expression before '*' token
- 1539 | std::string* err);
- | ^
- /usr/include/absl/time/time.h:1539:29: error: 'err' was not declared in this scope; did you mean 'erf'?
- 1539 | std::string* err);
- | ^~~
- | erf
- /usr/include/absl/time/time.h:1539:32: error: expression list treated as compound expression in initializer [-fpermissive]
- 1539 | std::string* err);
- | ^
- /usr/include/absl/time/time.h:1548:6: error: redefinition of 'bool absl::lts_20230802::ParseTime'
- 1548 | bool ParseTime(absl::string_view format, absl::string_view input, TimeZone tz,
- | ^~~~~~~~~
- /usr/include/absl/time/time.h:1538:6: note: 'bool absl::lts_20230802::ParseTime' previously defined here
- 1538 | bool ParseTime(absl::string_view format, absl::string_view input, Time* time,
- | ^~~~~~~~~
- /usr/include/absl/time/time.h:1548:22: error: 'string_view' is not a member of 'absl'
- 1548 | bool ParseTime(absl::string_view format, absl::string_view input, TimeZone tz,
- | ^~~~~~~~~~~
- /usr/include/absl/time/time.h:1548:48: error: 'string_view' is not a member of 'absl'
- 1548 | bool ParseTime(absl::string_view format, absl::string_view input, TimeZone tz,
- | ^~~~~~~~~~~
- /usr/include/absl/time/time.h:1548:76: error: expected primary-expression before 'tz'
- 1548 | bool ParseTime(absl::string_view format, absl::string_view input, TimeZone tz,
- | ^~
- /usr/include/absl/time/time.h:1549:20: error: expected primary-expression before '*' token
- 1549 | Time* time, std::string* err);
- | ^
- /usr/include/absl/time/time.h:1549:39: error: expected primary-expression before '*' token
- 1549 | Time* time, std::string* err);
- | ^
- /usr/include/absl/time/time.h:1549:41: error: 'err' was not declared in this scope; did you mean 'erf'?
- 1549 | Time* time, std::string* err);
- | ^~~
- | erf
- /usr/include/absl/log/log_entry.h:75:9: error: 'string_view' in namespace 'absl' does not name a type
- 75 | absl::string_view source_filename() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:78:9: error: 'string_view' in namespace 'absl' does not name a type
- 78 | absl::string_view source_basename() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:144:9: error: 'string_view' in namespace 'absl' does not name a type
- 144 | absl::string_view text_message_with_prefix_and_newline() const
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:150:9: error: 'string_view' in namespace 'absl' does not name a type
- 150 | absl::string_view text_message_with_prefix() const
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:156:9: error: 'string_view' in namespace 'absl' does not name a type
- 156 | absl::string_view text_message_with_newline() const
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:162:9: error: 'string_view' in namespace 'absl' does not name a type
- 162 | absl::string_view text_message() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:177:9: error: 'string_view' in namespace 'absl' does not name a type
- 177 | absl::string_view encoded_message() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:193:9: error: 'string_view' in namespace 'absl' does not name a type
- 193 | absl::string_view stacktrace() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:200:9: error: 'string_view' in namespace 'absl' does not name a type
- 200 | absl::string_view full_filename_;
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:201:9: error: 'string_view' in namespace 'absl' does not name a type
- 201 | absl::string_view base_filename_;
- | ^~~~~~~~~~~
- /usr/include/absl/log/log_entry.h:210:9: error: 'string_view' in namespace 'absl' does not name a type
- 210 | absl::string_view encoding_;
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/log/internal/log_message.h:43:
- /usr/include/absl/strings/internal/has_absl_stringify.h:35:15: error: 'string_view' has not been declared
- 35 | void Append(string_view v);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/has_absl_stringify.h:38:62: error: 'absl::string_view' has not been declared
- 38 | friend void AbslFormatFlush(UnimplementedSink* sink, absl::string_view v);
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:75:32: error: 'absl::string_view' has not been declared
- 75 | LogMessage& AtLocation(absl::string_view file, int line);
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:146:32: error: 'absl::string_view' has not been declared
- 146 | LogMessage& operator<<(absl::string_view v);
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:146:15: error: 'absl::lts_20230802::log_internal::LogMessage& absl::lts_20230802::log_internal::LogMessage::operator<<(int)' cannot be overloaded with 'absl::lts_20230802::log_internal::LogMessage& absl::lts_20230802::log_internal::LogMessage::operator<<(int)'
- 146 | LogMessage& operator<<(absl::string_view v);
- | ^~~~~~~~
- /usr/include/absl/log/internal/log_message.h:118:15: note: previous declaration 'absl::lts_20230802::log_internal::LogMessage& absl::lts_20230802::log_internal::LogMessage::operator<<(int)'
- 118 | LogMessage& operator<<(signed int v) { return operator<< <signed int>(v); }
- | ^~~~~~~~
- /usr/include/absl/log/internal/log_message.h:235:34: error: 'absl::string_view' has not been declared
- 235 | void CopyToEncodedBuffer(absl::string_view str) ABSL_ATTRIBUTE_NOINLINE;
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:271:21: error: 'absl::string_view' has not been declared
- 271 | void Append(absl::string_view v) {
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:276:58: error: 'absl::string_view' has not been declared
- 276 | friend void AbslFormatFlush(StringifySink* sink, absl::string_view v) {
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:343:45: error: template-id 'CopyToEncodedBuffer<absl::lts_20230802::log_internal::LogMessage::StringType::kLiteral>' used as a declarator
- 343 | LogMessage::StringType::kLiteral>(absl::string_view str);
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:342:22: error: variable or field 'CopyToEncodedBuffer' declared void
- 342 | extern template void LogMessage::CopyToEncodedBuffer<
- | ^~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:343:38: error: expected ';' before '(' token
- 343 | LogMessage::StringType::kLiteral>(absl::string_view str);
- | ^
- | ;
- /usr/include/absl/log/internal/log_message.h:345:48: error: template-id 'CopyToEncodedBuffer<absl::lts_20230802::log_internal::LogMessage::StringType::kNotLiteral>' used as a declarator
- 345 | LogMessage::StringType::kNotLiteral>(absl::string_view str);
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:344:22: error: variable or field 'CopyToEncodedBuffer' declared void
- 344 | extern template void LogMessage::CopyToEncodedBuffer<
- | ^~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:345:41: error: expected ';' before '(' token
- 345 | LogMessage::StringType::kNotLiteral>(absl::string_view str);
- | ^
- | ;
- /usr/include/absl/log/internal/log_message.h:358:25: error: 'absl::string_view' has not been declared
- 358 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:366:32: error: 'absl::string_view' has not been declared
- 366 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~
- /usr/include/absl/log/internal/check_op.h:310:1: error: 'string_view' in namespace 'absl' does not name a type
- 310 | ABSL_LOG_INTERNAL_DEFINE_MAKE_CHECK_OP_STRING_EXTERN(const absl::string_view&);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/check_op.h:310:1: error: 'string_view' in namespace 'absl' does not name a type
- 310 | ABSL_LOG_INTERNAL_DEFINE_MAKE_CHECK_OP_STRING_EXTERN(const absl::string_view&);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/absl/container/internal/compressed_tuple.h:40,
- from /usr/include/absl/container/internal/inlined_vector.h:30,
- from /usr/include/absl/container/inlined_vector.h:53,
- from /usr/include/absl/strings/cord.h:78,
- from /usr/include/google/protobuf/io/coded_stream.h:134:
- /usr/include/absl/utility/utility.h:164:12: error: 'in_place_t' has not been declared in 'std'
- 164 | using std::in_place_t;
- | ^~~~~~~~~~
- /usr/include/absl/utility/utility.h:165:12: error: 'in_place' has not been declared in 'std'
- 165 | using std::in_place;
- | ^~~~~~~~
- /usr/include/absl/utility/utility.h:181:12: error: 'in_place_type' has not been declared in 'std'
- 181 | using std::in_place_type;
- | ^~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:182:12: error: 'in_place_type_t' has not been declared in 'std'
- 182 | using std::in_place_type_t;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:198:12: error: 'in_place_index' has not been declared in 'std'
- 198 | using std::in_place_index;
- | ^~~~~~~~~~~~~~
- /usr/include/absl/utility/utility.h:199:12: error: 'in_place_index_t' has not been declared in 'std'
- 199 | using std::in_place_index_t;
- | ^~~~~~~~~~~~~~~~
- /usr/include/absl/container/internal/compressed_tuple.h:89:46: error: expected ')' before ',' token
- 89 | explicit constexpr Storage(absl::in_place_t, V&& v)
- | ~ ^
- | )
- /usr/include/absl/container/internal/compressed_tuple.h:102:46: error: expected ')' before ',' token
- 102 | explicit constexpr Storage(absl::in_place_t, V&& v)
- | ~ ^
- | )
- /usr/include/absl/container/internal/compressed_tuple.h:125:58: error: expected ')' before ',' token
- 125 | explicit constexpr CompressedTupleImpl(absl::in_place_t, Vs&&... args)
- | ~ ^
- | )
- /usr/include/absl/container/internal/compressed_tuple.h:137:58: error: expected ')' before ',' token
- 137 | explicit constexpr CompressedTupleImpl(absl::in_place_t, Vs&&... args)
- | ~ ^
- | )
- /usr/include/absl/container/internal/compressed_tuple.h: In constructor 'constexpr absl::lts_20230802::container_internal::CompressedTuple<Ts>::CompressedTuple(const Ts& ...)':
- /usr/include/absl/container/internal/compressed_tuple.h:224:52: error: 'in_place' is not a member of 'absl'
- 224 | : CompressedTuple::CompressedTupleImpl(absl::in_place, base...) {}
- | ^~~~~~~~
- /usr/include/absl/container/internal/compressed_tuple.h: In constructor 'constexpr absl::lts_20230802::container_internal::CompressedTuple<Ts>::CompressedTuple(First&&, Vs&& ...)':
- /usr/include/absl/container/internal/compressed_tuple.h:236:52: error: 'in_place' is not a member of 'absl'
- 236 | : CompressedTuple::CompressedTupleImpl(absl::in_place,
- | ^~~~~~~~
- In file included from /usr/include/absl/strings/internal/str_format/extension.h:29,
- from /usr/include/absl/strings/internal/str_format/arg.h:35,
- from /usr/include/absl/strings/str_format.h:78,
- from /usr/include/absl/crc/crc32c.h:32,
- from /usr/include/absl/crc/internal/crc_cord_state.h:23,
- from /usr/include/absl/strings/cord.h:79:
- /usr/include/absl/strings/internal/str_format/output.h: At global scope:
- /usr/include/absl/strings/internal/str_format/output.h:44:14: error: 'string_view' has not been declared
- 44 | void Write(string_view v);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/output.h:59:14: error: 'string_view' has not been declared
- 59 | void Write(string_view v);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/output.h:71:47: error: 'string_view' has not been declared
- 71 | inline void AbslFormatFlush(std::string* out, string_view s) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/output.h: In function 'void absl::lts_20230802::str_format_internal::AbslFormatFlush(std::string*, int)':
- /usr/include/absl/strings/internal/str_format/output.h:72:17: error: request for member 'data' in 's', which is of non-class type 'int'
- 72 | out->append(s.data(), s.size());
- | ^~~~
- /usr/include/absl/strings/internal/str_format/output.h:72:27: error: request for member 'size' in 's', which is of non-class type 'int'
- 72 | out->append(s.data(), s.size());
- | ^~~~
- /usr/include/absl/strings/internal/str_format/output.h: At global scope:
- /usr/include/absl/strings/internal/str_format/output.h:74:48: error: 'string_view' has not been declared
- 74 | inline void AbslFormatFlush(std::ostream* out, string_view s) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/output.h: In function 'void absl::lts_20230802::str_format_internal::AbslFormatFlush(std::ostream*, int)':
- /usr/include/absl/strings/internal/str_format/output.h:75:16: error: request for member 'data' in 's', which is of non-class type 'int'
- 75 | out->write(s.data(), static_cast<std::streamsize>(s.size()));
- | ^~~~
- /usr/include/absl/strings/internal/str_format/output.h:75:55: error: request for member 'size' in 's', which is of non-class type 'int'
- 75 | out->write(s.data(), static_cast<std::streamsize>(s.size()));
- | ^~~~
- /usr/include/absl/strings/internal/str_format/output.h: At global scope:
- /usr/include/absl/strings/internal/str_format/output.h:78:48: error: 'string_view' has not been declared
- 78 | inline void AbslFormatFlush(FILERawSink* sink, string_view v) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/output.h:82:50: error: 'string_view' has not been declared
- 82 | inline void AbslFormatFlush(BufferRawSink* sink, string_view v) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/output.h:89:26: error: 'string_view' has not been declared
- 89 | auto InvokeFlush(T* out, string_view s) -> decltype(AbslFormatFlush(out, s)) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/extension.h:45:49: error: there are no arguments to 'string_view' that depend on a template parameter, so a declaration of 'string_view' must be available [-fpermissive]
- 45 | std::declval<T*>(), string_view()))* = nullptr>
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/extension.h:45:49: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
- /usr/include/absl/strings/internal/str_format/extension.h:45:49: error: there are no arguments to 'string_view' that depend on a template parameter, so a declaration of 'string_view' must be available [-fpermissive]
- /usr/include/absl/strings/internal/str_format/extension.h:49:14: error: 'string_view' has not been declared
- 49 | void Write(string_view s) { write_(sink_, s); }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/extension.h:58:30: error: 'string_view' has not been declared
- 58 | static void Flush(void* r, string_view s) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/extension.h:63:25: error: 'string_view' has not been declared
- 63 | void (*write_)(void*, string_view);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/extension.h:95:15: error: 'string_view' has not been declared
- 95 | void Append(string_view v) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/extension.h:111:24: error: 'string_view' has not been declared
- 111 | bool PutPaddedString(string_view v, int width, int precision, bool left);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/extension.h: In member function 'void absl::lts_20230802::str_format_internal::FormatSinkImpl::Flush()':
- /usr/include/absl/strings/internal/str_format/extension.h:74:16: error: 'string_view' was not declared in this scope
- 74 | raw_.Write(string_view(buf_, static_cast<size_t>(pos_ - buf_)));
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/extension.h: In member function 'void absl::lts_20230802::str_format_internal::FormatSinkImpl::Append(int)':
- /usr/include/absl/strings/internal/str_format/extension.h:96:18: error: request for member 'size' in 'v', which is of non-class type 'int'
- 96 | size_t n = v.size();
- | ^~~~
- /usr/include/absl/strings/internal/str_format/extension.h:104:20: error: request for member 'data' in 'v', which is of non-class type 'int'
- 104 | memcpy(pos_, v.data(), n);
- | ^~~~
- /usr/include/absl/strings/internal/str_format/arg.h: At global scope:
- /usr/include/absl/strings/internal/str_format/arg.h:214:39: error: 'absl::lts_20230802::str_format_internal::StringConvertResult absl::lts_20230802::str_format_internal::FormatConvertImpl' redeclared as different kind of entity
- 214 | StringConvertResult FormatConvertImpl(string_view v,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/arg.h:211:21: note: previous declaration 'absl::lts_20230802::str_format_internal::StringConvertResult absl::lts_20230802::str_format_internal::FormatConvertImpl(const std::string&, FormatConversionSpecImpl, FormatSinkImpl*)'
- 211 | StringConvertResult FormatConvertImpl(const std::string& v,
- | ^~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/arg.h:214:39: error: 'string_view' was not declared in this scope
- 214 | StringConvertResult FormatConvertImpl(string_view v,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/arg.h:215:64: error: expected primary-expression before 'conv'
- 215 | FormatConversionSpecImpl conv,
- | ^~~~
- /usr/include/absl/strings/internal/str_format/arg.h:216:53: error: expected primary-expression before '*' token
- 216 | FormatSinkImpl* sink);
- | ^
- /usr/include/absl/strings/internal/str_format/arg.h:216:55: error: 'sink' was not declared in this scope; did you mean 'sinl'?
- 216 | FormatSinkImpl* sink);
- | ^~~~
- | sinl
- /usr/include/absl/strings/internal/str_format/arg.h: In function 'absl::lts_20230802::str_format_internal::StringConvertResult absl::lts_20230802::str_format_internal::FormatConvertImpl(const AbslCord&, FormatConversionSpecImpl, FormatSinkImpl*)':
- /usr/include/absl/strings/internal/str_format/arg.h:251:8: error: 'string_view' was not declared in this scope
- 251 | for (string_view piece : value.Chunks()) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/arg.h:264:3: error: expected primary-expression before 'if'
- 264 | if (space_remaining > 0 && is_left) sink->Append(space_remaining, ' ');
- | ^~
- /usr/include/absl/strings/internal/str_format/arg.h:262:4: error: expected ';' before 'if'
- 262 | }
- | ^
- | ;
- 263 |
- 264 | if (space_remaining > 0 && is_left) sink->Append(space_remaining, ' ');
- | ~~
- /usr/include/absl/strings/internal/str_format/arg.h:264:3: error: expected primary-expression before 'if'
- 264 | if (space_remaining > 0 && is_left) sink->Append(space_remaining, ' ');
- | ^~
- /usr/include/absl/strings/internal/str_format/arg.h:262:4: error: expected ')' before 'if'
- 262 | }
- | ^
- | )
- 263 |
- 264 | if (space_remaining > 0 && is_left) sink->Append(space_remaining, ' ');
- | ~~
- /usr/include/absl/strings/internal/str_format/arg.h:251:7: note: to match this '('
- 251 | for (string_view piece : value.Chunks()) {
- | ^
- /usr/include/absl/strings/internal/str_format/arg.h: At global scope:
- /usr/include/absl/strings/internal/str_format/arg.h:616:1: error: 'string_view' was not declared in this scope
- 616 | ABSL_INTERNAL_FORMAT_DISPATCH_OVERLOADS_EXPAND_(extern);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/arg.h:616:1: error: template-id 'Dispatch<<expression error> >' for 'bool absl::lts_20230802::str_format_internal::FormatArgImpl::Dispatch(Data, absl::lts_20230802::str_format_internal::FormatConversionSpecImpl, void*)' does not match any template declaration
- 616 | ABSL_INTERNAL_FORMAT_DISPATCH_OVERLOADS_EXPAND_(extern);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/arg.h:563:15: note: candidate is: 'template<class T> static bool absl::lts_20230802::str_format_internal::FormatArgImpl::Dispatch(Data, absl::lts_20230802::str_format_internal::FormatConversionSpecImpl, void*)'
- 563 | static bool Dispatch(Data arg, FormatConversionSpecImpl spec, void* out) {
- | ^~~~~~~~
- In file included from /usr/include/absl/strings/internal/str_format/bind.h:27,
- from /usr/include/absl/strings/str_format.h:79:
- /usr/include/absl/strings/internal/str_format/parser.h:56:24: error: 'string_view' was not declared in this scope
- 56 | bool ParseFormatString(string_view src, Consumer consumer) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/parser.h:56:50: error: expected primary-expression before 'consumer'
- 56 | bool ParseFormatString(string_view src, Consumer consumer) {
- | ^~~~~~~~
- /usr/include/absl/strings/internal/str_format/parser.h:56:58: error: expression list treated as compound expression in initializer [-fpermissive]
- 56 | bool ParseFormatString(string_view src, Consumer consumer) {
- | ^
- /usr/include/absl/strings/internal/str_format/parser.h:56:59: error: expected ';' before '{' token
- 56 | bool ParseFormatString(string_view src, Consumer consumer) {
- | ^~
- | ;
- /usr/include/absl/strings/internal/str_format/parser.h:115:32: error: 'string_view' was not declared in this scope
- 115 | constexpr bool EnsureConstexpr(string_view s) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/parser.h:122:18: error: expected ')' before 'format'
- 122 | string_view format, bool allow_ignored,
- | ^~~~~~~
- | )
- /usr/include/absl/strings/internal/str_format/parser.h:121:28: note: to match this '('
- 121 | explicit ParsedFormatBase(
- | ^
- /usr/include/absl/strings/internal/str_format/parser.h: In member function 'bool absl::lts_20230802::str_format_internal::ParsedFormatBase::ProcessFormat(Consumer) const':
- /usr/include/absl/strings/internal/str_format/parser.h:152:5: error: 'string_view' was not declared in this scope
- 152 | string_view text(base, 0);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/parser.h:154:31: error: 'text' was not declared in this scope
- 154 | const char* const end = text.data() + text.size();
- | ^~~~
- /usr/include/absl/strings/internal/str_format/parser.h: At global scope:
- /usr/include/absl/strings/internal/str_format/parser.h:221:44: error: expected ')' before 'format'
- 221 | explicit ExtendedParsedFormat(string_view format)
- | ~ ^~~~~~~
- | )
- /usr/include/absl/strings/internal/str_format/parser.h:244:52: error: 'string_view' has not been declared
- 244 | static std::unique_ptr<ExtendedParsedFormat> New(string_view format) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/parser.h:248:7: error: 'string_view' has not been declared
- 248 | string_view format) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/parser.h:253:52: error: 'string_view' has not been declared
- 253 | static std::unique_ptr<ExtendedParsedFormat> New(string_view format,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/parser.h:261:35: error: expected ')' before 's'
- 261 | ExtendedParsedFormat(string_view s, bool allow_ignored)
- | ~ ^~
- | )
- /usr/include/absl/strings/internal/str_format/parser.h:262:50: error: expected unqualified-id before ')' token
- 262 | : ParsedFormatBase(s, allow_ignored, {C...}) {}
- | ^
- /usr/include/absl/strings/internal/str_format/bind.h:52:45: error: expected ')' before 's'
- 52 | explicit UntypedFormatSpecImpl(string_view s)
- | ~ ^~
- | )
- /usr/include/absl/strings/internal/str_format/bind.h:60:3: error: 'string_view' does not name a type
- 60 | string_view str() const {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/str_format/bind.h:165:33: error: expected ')' before 's'
- 165 | FormatSpecTemplate(string_view s) : Base(s) {} // NOLINT
- | ~ ^~
- | )
- /usr/include/absl/strings/str_format.h:104:41: error: expected ')' before 's'
- 104 | explicit UntypedFormatSpec(string_view s) : spec_(s) {}
- | ~ ^~
- | )
- /usr/include/absl/strings/str_format.h:839:15: error: 'string_view' has not been declared
- 839 | void Append(string_view v) { sink_->Append(v); }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_format.h:847:24: error: 'string_view' has not been declared
- 847 | bool PutPaddedString(string_view v, int width, int precision, bool left) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_format.h:852:55: error: 'absl::string_view' has not been declared
- 852 | friend void AbslFormatFlush(FormatSink* sink, absl::string_view v) {
- | ^~~~~~~~~~~
- /usr/include/absl/crc/crc32c.h:79:37: error: 'absl::string_view' has not been declared
- 79 | absl::string_view buf_to_add);
- | ^~~~~~~~~~~
- /usr/include/absl/crc/crc32c.h:89:30: error: 'string_view' is not a member of 'absl'
- 89 | crc32c_t ComputeCrc32c(absl::string_view buf);
- | ^~~~~~~~~~~
- /usr/include/absl/crc/crc32c.h:103:36: error: 'absl::string_view' has not been declared
- 103 | absl::string_view buf_to_add) {
- | ^~~~~~~~~~~
- /usr/include/absl/crc/crc32c.h: In function 'absl::lts_20230802::crc32c_t absl::lts_20230802::ExtendCrc32c(crc32c_t, int)':
- /usr/include/absl/crc/crc32c.h:105:18: error: request for member 'size' in 'buf_to_add', which is of non-class type 'int'
- 105 | if (buf_to_add.size() <= 64) {
- | ^~~~
- /usr/include/absl/crc/crc32c.h:107:59: error: request for member 'data' in 'buf_to_add', which is of non-class type 'int'
- 107 | if (crc_internal::ExtendCrc32cInline(&crc, buf_to_add.data(),
- | ^~~~
- /usr/include/absl/crc/crc32c.h:108:53: error: request for member 'size' in 'buf_to_add', which is of non-class type 'int'
- 108 | buf_to_add.size())) {
- | ^~~~
- In file included from /usr/include/absl/functional/any_invocable.h:42,
- from /usr/include/absl/functional/internal/function_ref.h:23,
- from /usr/include/absl/functional/function_ref.h:54,
- from /usr/include/absl/strings/cord.h:80:
- /usr/include/absl/functional/internal/any_invocable.h: At global scope:
- /usr/include/absl/functional/internal/any_invocable.h:380:28: error: 'in_place_type_t' is not a member of 'absl'
- 380 | struct IsInPlaceType<absl::in_place_type_t<T>> : std::true_type {};
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/functional/internal/any_invocable.h:380:28: error: 'in_place_type_t' is not a member of 'absl'
- /usr/include/absl/functional/internal/any_invocable.h:380:44: error: template argument 1 is invalid
- 380 | struct IsInPlaceType<absl::in_place_type_t<T>> : std::true_type {};
- | ^
- /usr/include/absl/functional/internal/any_invocable.h:380:45: error: expected unqualified-id before '>' token
- 380 | struct IsInPlaceType<absl::in_place_type_t<T>> : std::true_type {};
- | ^~
- /usr/include/absl/functional/internal/any_invocable.h:476:42: error: expected ')' before '<' token
- 476 | explicit CoreImpl(absl::in_place_type_t<QualTRef>, Args&&... args) {
- | ~ ^
- | )
- /usr/include/absl/functional/internal/any_invocable.h:868:1: error: expected ')' before '<' token
- 868 | ABSL_INTERNAL_ANY_INVOCABLE_IMPL(, , &);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/functional/internal/any_invocable.h:869:1: error: expected ')' before '<' token
- 869 | ABSL_INTERNAL_ANY_INVOCABLE_IMPL(const, , const&);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/functional/internal/any_invocable.h:872:1: error: expected ')' before '<' token
- 872 | ABSL_INTERNAL_ANY_INVOCABLE_IMPL(, &, &);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/functional/internal/any_invocable.h:873:1: error: expected ')' before '<' token
- 873 | ABSL_INTERNAL_ANY_INVOCABLE_IMPL(const, &, const&);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/functional/internal/any_invocable.h:876:1: error: expected ')' before '<' token
- 876 | ABSL_INTERNAL_ANY_INVOCABLE_IMPL(, &&, &&);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/functional/internal/any_invocable.h:877:1: error: expected ')' before '<' token
- 877 | ABSL_INTERNAL_ANY_INVOCABLE_IMPL(const, &&, const&&);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/functional/any_invocable.h:200:46: error: expected ')' before '<' token
- 200 | explicit AnyInvocable(absl::in_place_type_t<T>, Args&&... args)
- | ~ ^
- | )
- /usr/include/absl/functional/any_invocable.h:212:46: error: expected ')' before '<' token
- 212 | explicit AnyInvocable(absl::in_place_type_t<T>,
- | ~ ^
- | )
- In file included from /usr/include/absl/strings/cord_analysis.h:22,
- from /usr/include/absl/strings/cord.h:82:
- /usr/include/absl/strings/internal/cord_internal.h:367:55: error: expected ')' before 'str'
- 367 | explicit constexpr CordRepExternal(absl::string_view str)
- | ~ ^~~~
- | )
- /usr/include/absl/strings/internal/cord_internal.h:368:45: error: expected unqualified-id before ',' token
- 368 | : CordRep(RefcountAndFlags::Immortal{}, str.size()),
- | ^
- /usr/include/absl/strings/internal/cord_internal.h:385:50: error: 'string_view' is not a member of 'absl'
- 385 | Releaser, absl::string_view>>
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_internal.h:385:50: error: 'string_view' is not a member of 'absl'
- /usr/include/absl/strings/internal/cord_internal.h:385:50: error: template argument 2 is invalid
- /usr/include/absl/strings/internal/cord_internal.h:386:55: error: 'absl::string_view' has not been declared
- 386 | void InvokeReleaser(Rank0, Releaser&& releaser, absl::string_view data) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_internal.h:392:55: error: 'absl::string_view' has not been declared
- 392 | void InvokeReleaser(Rank1, Releaser&& releaser, absl::string_view) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_internal.h: In destructor 'absl::lts_20230802::cord_internal::CordRepExternalImpl<Releaser>::~CordRepExternalImpl()':
- /usr/include/absl/strings/internal/cord_internal.h:411:26: error: 'string_view' is not a member of 'absl'
- 411 | absl::string_view(base, length));
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_internal.h: At global scope:
- /usr/include/absl/strings/internal/cord_internal.h:480:32: error: 'string_view' is not a member of 'absl'
- 480 | constexpr char GetOrNull(absl::string_view data, size_t pos) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_internal.h:480:57: error: expected primary-expression before 'pos'
- 480 | constexpr char GetOrNull(absl::string_view data, size_t pos) {
- | ^~~
- /usr/include/absl/strings/internal/cord_internal.h:480:60: error: expression list treated as compound expression in initializer [-fpermissive]
- 480 | constexpr char GetOrNull(absl::string_view data, size_t pos) {
- | ^
- /usr/include/absl/strings/internal/cord_internal.h:542:41: error: expected ')' before 'sv'
- 542 | constexpr InlineData(absl::string_view sv, CordRep* rep) noexcept
- | ~ ^~~
- | )
- /usr/include/absl/strings/internal/cord_internal.h:723:45: error: expected ')' before 'chars'
- 723 | explicit constexpr Rep(absl::string_view chars)
- | ~ ^~~~~~
- | )
- /usr/include/absl/strings/internal/cord_internal.h:739:38: error: expected unqualified-id before '{' token
- 739 | GetOrNull(chars, 14)} {}
- | ^
- In file included from /usr/include/absl/strings/cord_buffer.h:38,
- from /usr/include/absl/strings/cord.h:83:
- /usr/include/absl/strings/internal/cord_rep_flat.h:161:36: error: 'absl::string_view' has not been declared
- 161 | static CordRepFlat* Create(absl::string_view data, size_t extra = 0) {
- | ^~~~~~~~~~~
- In file included from /usr/include/c++/13.2.1/cassert:44,
- from /usr/include/absl/strings/internal/cord_rep_flat.h:18:
- /usr/include/absl/strings/internal/cord_rep_flat.h: In static member function 'static absl::lts_20230802::cord_internal::CordRepFlat* absl::lts_20230802::cord_internal::CordRepFlat::Create(int, size_t)':
- /usr/include/absl/strings/internal/cord_rep_flat.h:162:5: error: request for member 'size' in 'data', which is of non-class type 'int'
- 162 | assert(data.size() <= kMaxFlatLength);
- | ^~~~~~
- /usr/include/absl/strings/internal/cord_rep_flat.h:163:34: error: request for member 'size' in 'data', which is of non-class type 'int'
- 163 | CordRepFlat* flat = New(data.size() + (std::min)(extra, kMaxFlatLength));
- | ^~~~
- /usr/include/absl/strings/internal/cord_rep_flat.h:164:31: error: request for member 'data' in 'data', which is of non-class type 'int'
- 164 | memcpy(flat->Data(), data.data(), data.size());
- | ^~~~
- /usr/include/absl/strings/internal/cord_rep_flat.h:164:44: error: request for member 'size' in 'data', which is of non-class type 'int'
- 164 | memcpy(flat->Data(), data.data(), data.size());
- | ^~~~
- /usr/include/absl/strings/internal/cord_rep_flat.h:165:25: error: request for member 'size' in 'data', which is of non-class type 'int'
- 165 | flat->length = data.size();
- | ^~~~
- /usr/include/absl/strings/cord_buffer.h: At global scope:
- /usr/include/absl/strings/cord_buffer.h:435:46: error: 'absl::string_view' has not been declared
- 435 | cord_internal::CordRep* ConsumeValue(absl::string_view& short_value) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord_buffer.h: In member function 'absl::lts_20230802::cord_internal::CordRep* absl::lts_20230802::CordBuffer::ConsumeValue(int&)':
- /usr/include/absl/strings/cord_buffer.h:438:27: error: 'string_view' is not a member of 'absl'
- 438 | short_value = absl::string_view(rep_.data(), rep_.short_length());
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/strings/cord.h:84:
- /usr/include/absl/strings/internal/cord_data_edge.h: At global scope:
- /usr/include/absl/strings/internal/cord_data_edge.h:45:14: error: 'string_view' in namespace 'absl' does not name a type
- 45 | inline absl::string_view EdgeData(const CordRep* edge) {
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/strings/cord.h:86:
- /usr/include/absl/strings/internal/cord_rep_btree.h:208:51: error: 'string_view' has not been declared
- 208 | static CordRepBtree* Append(CordRepBtree* tree, string_view data,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:210:52: error: 'string_view' has not been declared
- 210 | static CordRepBtree* Prepend(CordRepBtree* tree, string_view data,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:239:21: error: 'absl::string_view' has not been declared
- 239 | bool IsFlat(absl::string_view* fragment) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:245:46: error: 'absl::string_view' has not been declared
- 245 | bool IsFlat(size_t offset, size_t n, absl::string_view* fragment) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:321:16: error: 'string_view' in namespace 'absl' does not name a type
- 321 | inline absl::string_view Data(size_t index) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:346:46: error: 'absl::string_view' has not been declared
- 346 | static void Dump(const CordRep* rep, absl::string_view label,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:348:46: error: 'absl::string_view' has not been declared
- 348 | static void Dump(const CordRep* rep, absl::string_view label,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:455:38: error: 'absl::string_view' has not been declared
- 455 | static CordRepBtree* NewLeaf(absl::string_view data, size_t extra);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:535:9: error: 'string_view' in namespace 'absl' does not name a type
- 535 | absl::string_view AddData(absl::string_view data, size_t extra);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:571:58: error: 'absl::string_view' has not been declared
- 571 | static CordRepBtree* AddData(CordRepBtree* tree, absl::string_view data,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree.h:637:14: error: 'string_view' in namespace 'absl' does not name a type
- 637 | inline absl::string_view CordRepBtree::Data(size_t index) const {
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/strings/cord.h:87:
- /usr/include/absl/strings/internal/cord_rep_btree_reader.h:112:9: error: 'string_view' in namespace 'absl' does not name a type
- 112 | absl::string_view Init(CordRepBtree* tree);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree_reader.h:118:9: error: 'string_view' in namespace 'absl' does not name a type
- 118 | absl::string_view Next();
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree_reader.h:122:9: error: 'string_view' in namespace 'absl' does not name a type
- 122 | absl::string_view Skip(size_t skip);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree_reader.h:146:9: error: 'string_view' in namespace 'absl' does not name a type
- 146 | absl::string_view Read(size_t n, size_t chunk_size, CordRep*& tree);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree_reader.h:155:9: error: 'string_view' in namespace 'absl' does not name a type
- 155 | absl::string_view Seek(size_t offset);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree_reader.h:167:14: error: 'string_view' in namespace 'absl' does not name a type
- 167 | inline absl::string_view CordRepBtreeReader::Init(CordRepBtree* tree) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree_reader.h:174:14: error: 'string_view' in namespace 'absl' does not name a type
- 174 | inline absl::string_view CordRepBtreeReader::Next() {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree_reader.h:182:14: error: 'string_view' in namespace 'absl' does not name a type
- 182 | inline absl::string_view CordRepBtreeReader::Skip(size_t skip) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_btree_reader.h:197:14: error: 'string_view' in namespace 'absl' does not name a type
- 197 | inline absl::string_view CordRepBtreeReader::Seek(size_t offset) {
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/strings/str_cat.h:102,
- from /usr/include/absl/container/internal/layout.h:176,
- from /usr/include/absl/strings/internal/cord_rep_ring.h:25,
- from /usr/include/absl/strings/cord.h:89:
- /usr/include/absl/strings/internal/stringify_sink.h:32:15: error: 'string_view' has not been declared
- 32 | void Append(string_view v);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/stringify_sink.h:35:58: error: 'absl::string_view' has not been declared
- 35 | friend void AbslFormatFlush(StringifySink* sink, absl::string_view v) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/stringify_sink.h:41:10: error: 'string_view' does not name a type
- 41 | friend string_view ExtractStringification(StringifySink& sink, const T& v);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/stringify_sink.h:47:1: error: 'string_view' does not name a type
- 47 | string_view ExtractStringification(StringifySink& sink, const T& v) {
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/strings/str_cat.h:103:
- /usr/include/absl/strings/numbers.h:62:44: error: 'string_view' is not a member of 'absl'
- 62 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, int_type* out);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:62:69: error: expected primary-expression before '*' token
- 62 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, int_type* out);
- | ^
- /usr/include/absl/strings/numbers.h:62:71: error: 'out' was not declared in this scope
- 62 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, int_type* out);
- | ^~~
- /usr/include/absl/strings/numbers.h:62:74: error: expression list treated as compound expression in initializer [-fpermissive]
- 62 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, int_type* out);
- | ^
- /usr/include/absl/strings/numbers.h:73:44: error: 'string_view' is not a member of 'absl'
- 73 | ABSL_MUST_USE_RESULT bool SimpleAtof(absl::string_view str, float* out);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:73:61: error: expected primary-expression before 'float'
- 73 | ABSL_MUST_USE_RESULT bool SimpleAtof(absl::string_view str, float* out);
- | ^~~~~
- /usr/include/absl/strings/numbers.h:73:71: error: expression list treated as compound expression in initializer [-fpermissive]
- 73 | ABSL_MUST_USE_RESULT bool SimpleAtof(absl::string_view str, float* out);
- | ^
- /usr/include/absl/strings/numbers.h:84:44: error: 'string_view' is not a member of 'absl'
- 84 | ABSL_MUST_USE_RESULT bool SimpleAtod(absl::string_view str, double* out);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:84:61: error: expected primary-expression before 'double'
- 84 | ABSL_MUST_USE_RESULT bool SimpleAtod(absl::string_view str, double* out);
- | ^~~~~~
- /usr/include/absl/strings/numbers.h:84:72: error: expression list treated as compound expression in initializer [-fpermissive]
- 84 | ABSL_MUST_USE_RESULT bool SimpleAtod(absl::string_view str, double* out);
- | ^
- /usr/include/absl/strings/numbers.h:94:44: error: 'string_view' is not a member of 'absl'
- 94 | ABSL_MUST_USE_RESULT bool SimpleAtob(absl::string_view str, bool* out);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:94:61: error: expected primary-expression before 'bool'
- 94 | ABSL_MUST_USE_RESULT bool SimpleAtob(absl::string_view str, bool* out);
- | ^~~~
- /usr/include/absl/strings/numbers.h:94:70: error: expression list treated as compound expression in initializer [-fpermissive]
- 94 | ABSL_MUST_USE_RESULT bool SimpleAtob(absl::string_view str, bool* out);
- | ^
- /usr/include/absl/strings/numbers.h:107:47: error: 'string_view' is not a member of 'absl'
- 107 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str, int_type* out);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:107:72: error: expected primary-expression before '*' token
- 107 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str, int_type* out);
- | ^
- /usr/include/absl/strings/numbers.h:107:74: error: 'out' was not declared in this scope
- 107 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str, int_type* out);
- | ^~~
- /usr/include/absl/strings/numbers.h:107:77: error: expression list treated as compound expression in initializer [-fpermissive]
- 107 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str, int_type* out);
- | ^
- /usr/include/absl/strings/numbers.h:110:54: error: 'bool absl::lts_20230802::SimpleHexAtoi' redeclared as different kind of entity
- 110 | ABSL_MUST_USE_RESULT inline bool SimpleHexAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:107:27: note: previous declaration 'template<class int_type> bool absl::lts_20230802::SimpleHexAtoi<int_type>'
- 107 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str, int_type* out);
- | ^~~~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:110:54: error: 'string_view' is not a member of 'absl'
- 110 | ABSL_MUST_USE_RESULT inline bool SimpleHexAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:111:60: error: expected primary-expression before '*' token
- 111 | absl::int128* out);
- | ^
- /usr/include/absl/strings/numbers.h:111:62: error: 'out' was not declared in this scope
- 111 | absl::int128* out);
- | ^~~
- /usr/include/absl/strings/numbers.h:112:54: error: 'bool absl::lts_20230802::SimpleHexAtoi' redeclared as different kind of entity
- 112 | ABSL_MUST_USE_RESULT inline bool SimpleHexAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:107:27: note: previous declaration 'template<class int_type> bool absl::lts_20230802::SimpleHexAtoi<int_type>'
- 107 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str, int_type* out);
- | ^~~~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:112:54: error: 'string_view' is not a member of 'absl'
- 112 | ABSL_MUST_USE_RESULT inline bool SimpleHexAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:113:61: error: expected primary-expression before '*' token
- 113 | absl::uint128* out);
- | ^
- /usr/include/absl/strings/numbers.h:113:63: error: 'out' was not declared in this scope
- 113 | absl::uint128* out);
- | ^~~
- /usr/include/absl/strings/numbers.h:139:30: error: 'string_view' is not a member of 'absl'
- 139 | bool safe_strto32_base(absl::string_view text, int32_t* value, int base);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:139:55: error: expected primary-expression before '*' token
- 139 | bool safe_strto32_base(absl::string_view text, int32_t* value, int base);
- | ^
- /usr/include/absl/strings/numbers.h:139:57: error: 'value' was not declared in this scope
- 139 | bool safe_strto32_base(absl::string_view text, int32_t* value, int base);
- | ^~~~~
- /usr/include/absl/strings/numbers.h:139:64: error: expected primary-expression before 'int'
- 139 | bool safe_strto32_base(absl::string_view text, int32_t* value, int base);
- | ^~~
- /usr/include/absl/strings/numbers.h:139:72: error: expression list treated as compound expression in initializer [-fpermissive]
- 139 | bool safe_strto32_base(absl::string_view text, int32_t* value, int base);
- | ^
- /usr/include/absl/strings/numbers.h:140:30: error: 'string_view' is not a member of 'absl'
- 140 | bool safe_strto64_base(absl::string_view text, int64_t* value, int base);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:140:55: error: expected primary-expression before '*' token
- 140 | bool safe_strto64_base(absl::string_view text, int64_t* value, int base);
- | ^
- /usr/include/absl/strings/numbers.h:140:57: error: 'value' was not declared in this scope
- 140 | bool safe_strto64_base(absl::string_view text, int64_t* value, int base);
- | ^~~~~
- /usr/include/absl/strings/numbers.h:140:64: error: expected primary-expression before 'int'
- 140 | bool safe_strto64_base(absl::string_view text, int64_t* value, int base);
- | ^~~
- /usr/include/absl/strings/numbers.h:140:72: error: expression list treated as compound expression in initializer [-fpermissive]
- 140 | bool safe_strto64_base(absl::string_view text, int64_t* value, int base);
- | ^
- /usr/include/absl/strings/numbers.h:141:31: error: 'string_view' is not a member of 'absl'
- 141 | bool safe_strto128_base(absl::string_view text, absl::int128* value,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:141:61: error: expected primary-expression before '*' token
- 141 | bool safe_strto128_base(absl::string_view text, absl::int128* value,
- | ^
- /usr/include/absl/strings/numbers.h:141:63: error: 'value' was not declared in this scope
- 141 | bool safe_strto128_base(absl::string_view text, absl::int128* value,
- | ^~~~~
- /usr/include/absl/strings/numbers.h:142:26: error: expected primary-expression before 'int'
- 142 | int base);
- | ^~~
- /usr/include/absl/strings/numbers.h:142:34: error: expression list treated as compound expression in initializer [-fpermissive]
- 142 | int base);
- | ^
- /usr/include/absl/strings/numbers.h:143:31: error: 'string_view' is not a member of 'absl'
- 143 | bool safe_strtou32_base(absl::string_view text, uint32_t* value, int base);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:143:57: error: expected primary-expression before '*' token
- 143 | bool safe_strtou32_base(absl::string_view text, uint32_t* value, int base);
- | ^
- /usr/include/absl/strings/numbers.h:143:59: error: 'value' was not declared in this scope
- 143 | bool safe_strtou32_base(absl::string_view text, uint32_t* value, int base);
- | ^~~~~
- /usr/include/absl/strings/numbers.h:143:66: error: expected primary-expression before 'int'
- 143 | bool safe_strtou32_base(absl::string_view text, uint32_t* value, int base);
- | ^~~
- /usr/include/absl/strings/numbers.h:143:74: error: expression list treated as compound expression in initializer [-fpermissive]
- 143 | bool safe_strtou32_base(absl::string_view text, uint32_t* value, int base);
- | ^
- /usr/include/absl/strings/numbers.h:144:31: error: 'string_view' is not a member of 'absl'
- 144 | bool safe_strtou64_base(absl::string_view text, uint64_t* value, int base);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:144:57: error: expected primary-expression before '*' token
- 144 | bool safe_strtou64_base(absl::string_view text, uint64_t* value, int base);
- | ^
- /usr/include/absl/strings/numbers.h:144:59: error: 'value' was not declared in this scope
- 144 | bool safe_strtou64_base(absl::string_view text, uint64_t* value, int base);
- | ^~~~~
- /usr/include/absl/strings/numbers.h:144:66: error: expected primary-expression before 'int'
- 144 | bool safe_strtou64_base(absl::string_view text, uint64_t* value, int base);
- | ^~~
- /usr/include/absl/strings/numbers.h:144:74: error: expression list treated as compound expression in initializer [-fpermissive]
- 144 | bool safe_strtou64_base(absl::string_view text, uint64_t* value, int base);
- | ^
- /usr/include/absl/strings/numbers.h:145:32: error: 'string_view' is not a member of 'absl'
- 145 | bool safe_strtou128_base(absl::string_view text, absl::uint128* value,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:145:63: error: expected primary-expression before '*' token
- 145 | bool safe_strtou128_base(absl::string_view text, absl::uint128* value,
- | ^
- /usr/include/absl/strings/numbers.h:145:65: error: 'value' was not declared in this scope
- 145 | bool safe_strtou128_base(absl::string_view text, absl::uint128* value,
- | ^~~~~
- /usr/include/absl/strings/numbers.h:146:26: error: expected primary-expression before 'int'
- 146 | int base);
- | ^~~
- /usr/include/absl/strings/numbers.h:146:34: error: expression list treated as compound expression in initializer [-fpermissive]
- 146 | int base);
- | ^
- /usr/include/absl/strings/numbers.h:197:50: error: 'string_view' is not a member of 'absl'
- 197 | ABSL_MUST_USE_RESULT bool safe_strtoi_base(absl::string_view s, int_type* out,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:197:73: error: expected primary-expression before '*' token
- 197 | ABSL_MUST_USE_RESULT bool safe_strtoi_base(absl::string_view s, int_type* out,
- | ^
- /usr/include/absl/strings/numbers.h:197:75: error: 'out' was not declared in this scope
- 197 | ABSL_MUST_USE_RESULT bool safe_strtoi_base(absl::string_view s, int_type* out,
- | ^~~
- /usr/include/absl/strings/numbers.h:198:44: error: expected primary-expression before 'int'
- 198 | int base) {
- | ^~~
- /usr/include/absl/strings/numbers.h:198:52: error: expression list treated as compound expression in initializer [-fpermissive]
- 198 | int base) {
- | ^
- /usr/include/absl/strings/numbers.h:198:53: error: expected ';' before '{' token
- 198 | int base) {
- | ^~
- | ;
- /usr/include/absl/strings/numbers.h:266:27: error: redefinition of 'template<class int_type> bool absl::lts_20230802::SimpleAtoi'
- 266 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, int_type* out) {
- | ^~~~~~~~~~
- /usr/include/absl/strings/numbers.h:62:27: note: 'template<class int_type> bool absl::lts_20230802::SimpleAtoi<int_type>' previously declared here
- 62 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, int_type* out);
- | ^~~~~~~~~~
- /usr/include/absl/strings/numbers.h:266:44: error: 'string_view' is not a member of 'absl'
- 266 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, int_type* out) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:266:69: error: expected primary-expression before '*' token
- 266 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, int_type* out) {
- | ^
- /usr/include/absl/strings/numbers.h:266:71: error: 'out' was not declared in this scope
- 266 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, int_type* out) {
- | ^~~
- /usr/include/absl/strings/numbers.h:270:51: error: 'bool absl::lts_20230802::SimpleAtoi' redeclared as different kind of entity
- 270 | ABSL_MUST_USE_RESULT inline bool SimpleAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:62:27: note: previous declaration 'template<class int_type> bool absl::lts_20230802::SimpleAtoi<int_type>'
- 62 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, int_type* out);
- | ^~~~~~~~~~
- /usr/include/absl/strings/numbers.h:270:51: error: 'string_view' is not a member of 'absl'
- 270 | ABSL_MUST_USE_RESULT inline bool SimpleAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:271:57: error: expected primary-expression before '*' token
- 271 | absl::int128* out) {
- | ^
- /usr/include/absl/strings/numbers.h:271:59: error: 'out' was not declared in this scope
- 271 | absl::int128* out) {
- | ^~~
- /usr/include/absl/strings/numbers.h:275:51: error: 'bool absl::lts_20230802::SimpleAtoi' redeclared as different kind of entity
- 275 | ABSL_MUST_USE_RESULT inline bool SimpleAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:62:27: note: previous declaration 'template<class int_type> bool absl::lts_20230802::SimpleAtoi<int_type>'
- 62 | ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, int_type* out);
- | ^~~~~~~~~~
- /usr/include/absl/strings/numbers.h:275:51: error: 'string_view' is not a member of 'absl'
- 275 | ABSL_MUST_USE_RESULT inline bool SimpleAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:276:58: error: expected primary-expression before '*' token
- 276 | absl::uint128* out) {
- | ^
- /usr/include/absl/strings/numbers.h:276:60: error: 'out' was not declared in this scope
- 276 | absl::uint128* out) {
- | ^~~
- /usr/include/absl/strings/numbers.h:281:27: error: redefinition of 'template<class int_type> bool absl::lts_20230802::SimpleHexAtoi'
- 281 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str, int_type* out) {
- | ^~~~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:107:27: note: 'template<class int_type> bool absl::lts_20230802::SimpleHexAtoi<int_type>' previously declared here
- 107 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str, int_type* out);
- | ^~~~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:281:47: error: 'string_view' is not a member of 'absl'
- 281 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str, int_type* out) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:281:72: error: expected primary-expression before '*' token
- 281 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str, int_type* out) {
- | ^
- /usr/include/absl/strings/numbers.h:281:74: error: 'out' was not declared in this scope
- 281 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str, int_type* out) {
- | ^~~
- /usr/include/absl/strings/numbers.h:285:54: error: 'bool absl::lts_20230802::SimpleHexAtoi' redeclared as different kind of entity
- 285 | ABSL_MUST_USE_RESULT inline bool SimpleHexAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:107:27: note: previous declaration 'template<class int_type> bool absl::lts_20230802::SimpleHexAtoi<int_type>'
- 107 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str, int_type* out);
- | ^~~~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:285:54: error: 'string_view' is not a member of 'absl'
- 285 | ABSL_MUST_USE_RESULT inline bool SimpleHexAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:286:60: error: expected primary-expression before '*' token
- 286 | absl::int128* out) {
- | ^
- /usr/include/absl/strings/numbers.h:286:62: error: 'out' was not declared in this scope
- 286 | absl::int128* out) {
- | ^~~
- /usr/include/absl/strings/numbers.h:290:54: error: 'bool absl::lts_20230802::SimpleHexAtoi' redeclared as different kind of entity
- 290 | ABSL_MUST_USE_RESULT inline bool SimpleHexAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:107:27: note: previous declaration 'template<class int_type> bool absl::lts_20230802::SimpleHexAtoi<int_type>'
- 107 | ABSL_MUST_USE_RESULT bool SimpleHexAtoi(absl::string_view str, int_type* out);
- | ^~~~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:290:54: error: 'string_view' is not a member of 'absl'
- 290 | ABSL_MUST_USE_RESULT inline bool SimpleHexAtoi(absl::string_view str,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/numbers.h:291:61: error: expected primary-expression before '*' token
- 291 | absl::uint128* out) {
- | ^
- /usr/include/absl/strings/numbers.h:291:63: error: 'out' was not declared in this scope
- 291 | absl::uint128* out) {
- | ^~~
- /usr/include/absl/strings/str_cat.h: In function 'void absl::lts_20230802::AbslStringify(S&, Hex)':
- /usr/include/absl/strings/str_cat.h:217:25: error: 'string_view' is not a member of 'absl'
- 217 | sink.Append(absl::string_view(end - real_width, real_width));
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h:224:25: error: 'string_view' is not a member of 'absl'
- 224 | sink.Append(absl::string_view(end - hex.width, hex.width));
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h: In function 'void absl::lts_20230802::AbslStringify(S&, Dec)':
- /usr/include/absl/strings/str_cat.h:292:23: error: 'string_view' is not a member of 'absl'
- 292 | sink.Append(absl::string_view(writer, static_cast<size_t>(end - writer)));
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h: At global scope:
- /usr/include/absl/strings/str_cat.h:350:29: error: expected ')' before 'pc'
- 350 | AlphaNum(absl::string_view pc // NOLINT(runtime/explicit)
- | ~ ^~~
- | )
- /usr/include/absl/strings/str_cat.h:373:9: error: 'string_view' in namespace 'absl' does not name a type
- 373 | absl::string_view::size_type size() const { return piece_.size(); }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h:375:9: error: 'string_view' in namespace 'absl' does not name a type
- 375 | absl::string_view Piece() const { return piece_; }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h:408:9: error: 'string_view' in namespace 'absl' does not name a type
- 408 | absl::string_view piece_;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor 'absl::lts_20230802::AlphaNum::AlphaNum(int)':
- /usr/include/absl/strings/str_cat.h:312:9: error: class 'absl::lts_20230802::AlphaNum' does not have any field named 'piece_'
- 312 | : piece_(digits_, static_cast<size_t>(
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor 'absl::lts_20230802::AlphaNum::AlphaNum(unsigned int)':
- /usr/include/absl/strings/str_cat.h:316:9: error: class 'absl::lts_20230802::AlphaNum' does not have any field named 'piece_'
- 316 | : piece_(digits_, static_cast<size_t>(
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor 'absl::lts_20230802::AlphaNum::AlphaNum(long int)':
- /usr/include/absl/strings/str_cat.h:320:9: error: class 'absl::lts_20230802::AlphaNum' does not have any field named 'piece_'
- 320 | : piece_(digits_, static_cast<size_t>(
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor 'absl::lts_20230802::AlphaNum::AlphaNum(long unsigned int)':
- /usr/include/absl/strings/str_cat.h:324:9: error: class 'absl::lts_20230802::AlphaNum' does not have any field named 'piece_'
- 324 | : piece_(digits_, static_cast<size_t>(
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor 'absl::lts_20230802::AlphaNum::AlphaNum(long long int)':
- /usr/include/absl/strings/str_cat.h:328:9: error: class 'absl::lts_20230802::AlphaNum' does not have any field named 'piece_'
- 328 | : piece_(digits_, static_cast<size_t>(
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor 'absl::lts_20230802::AlphaNum::AlphaNum(long long unsigned int)':
- /usr/include/absl/strings/str_cat.h:332:9: error: class 'absl::lts_20230802::AlphaNum' does not have any field named 'piece_'
- 332 | : piece_(digits_, static_cast<size_t>(
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor 'absl::lts_20230802::AlphaNum::AlphaNum(float)':
- /usr/include/absl/strings/str_cat.h:337:9: error: class 'absl::lts_20230802::AlphaNum' does not have any field named 'piece_'
- 337 | : piece_(digits_, numbers_internal::SixDigitsToBuffer(f, digits_)) {}
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor 'absl::lts_20230802::AlphaNum::AlphaNum(double)':
- /usr/include/absl/strings/str_cat.h:339:9: error: class 'absl::lts_20230802::AlphaNum' does not have any field named 'piece_'
- 339 | : piece_(digits_, numbers_internal::SixDigitsToBuffer(f, digits_)) {}
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor 'absl::lts_20230802::AlphaNum::AlphaNum(const absl::lts_20230802::strings_internal::AlphaNumBuffer<size>&)':
- /usr/include/absl/strings/str_cat.h:345:9: error: class 'absl::lts_20230802::AlphaNum' does not have any field named 'piece_'
- 345 | : piece_(&buf.data[0], buf.size) {}
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor 'absl::lts_20230802::AlphaNum::AlphaNum(const char*)':
- /usr/include/absl/strings/str_cat.h:349:9: error: class 'absl::lts_20230802::AlphaNum' does not have any field named 'piece_'
- 349 | : piece_(NullSafeStringView(c_str)) {}
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h:349:16: error: 'NullSafeStringView' was not declared in this scope
- 349 | : piece_(NullSafeStringView(c_str)) {}
- | ^~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor 'absl::lts_20230802::AlphaNum::AlphaNum(const T&, absl::lts_20230802::strings_internal::StringifySink&&)':
- /usr/include/absl/strings/str_cat.h:359:9: error: class 'absl::lts_20230802::AlphaNum' does not have any field named 'piece_'
- 359 | : piece_(strings_internal::ExtractStringification(sink, v)) {}
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h:359:34: error: 'ExtractStringification' is not a member of 'absl::lts_20230802::strings_internal'
- 359 | : piece_(strings_internal::ExtractStringification(sink, v)) {}
- | ^~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h: In constructor 'absl::lts_20230802::AlphaNum::AlphaNum(const std::__cxx11::basic_string<char, std::char_traits<char>, _Alloc>&)':
- /usr/include/absl/strings/str_cat.h:365:9: error: class 'absl::lts_20230802::AlphaNum' does not have any field named 'piece_'
- 365 | : piece_(str) {}
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: In member function 'const char* absl::lts_20230802::AlphaNum::data() const':
- /usr/include/absl/strings/str_cat.h:374:37: error: 'piece_' was not declared in this scope
- 374 | const char* data() const { return piece_.data(); }
- | ^~~~~~
- /usr/include/absl/strings/str_cat.h: At global scope:
- /usr/include/absl/strings/str_cat.h:443:51: error: 'string_view' is not a member of 'absl'
- 443 | std::string CatPieces(std::initializer_list<absl::string_view> pieces);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h:443:51: error: 'string_view' is not a member of 'absl'
- /usr/include/absl/strings/str_cat.h:443:62: error: template argument 1 is invalid
- 443 | std::string CatPieces(std::initializer_list<absl::string_view> pieces);
- | ^
- /usr/include/absl/strings/str_cat.h:445:47: error: 'string_view' is not a member of 'absl'
- 445 | std::initializer_list<absl::string_view> pieces);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h:445:47: error: 'string_view' is not a member of 'absl'
- /usr/include/absl/strings/str_cat.h:445:58: error: template argument 1 is invalid
- 445 | std::initializer_list<absl::string_view> pieces);
- | ^
- /usr/include/absl/strings/str_cat.h: In function 'std::string absl::lts_20230802::StrCat(const AlphaNum&)':
- /usr/include/absl/strings/str_cat.h:452:34: error: 'const class absl::lts_20230802::AlphaNum' has no member named 'size'
- 452 | return std::string(a.data(), a.size());
- | ^~~~
- /usr/include/absl/strings/str_cat.h: In function 'std::string absl::lts_20230802::StrCat(const AlphaNum&, const AlphaNum&, const AlphaNum&, const AlphaNum&, const AlphaNum&, const AV& ...)':
- /usr/include/absl/strings/str_cat.h:467:10: error: 'const class absl::lts_20230802::AlphaNum' has no member named 'Piece'
- 467 | {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:467:21: error: 'const class absl::lts_20230802::AlphaNum' has no member named 'Piece'
- 467 | {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:467:32: error: 'const class absl::lts_20230802::AlphaNum' has no member named 'Piece'
- 467 | {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:467:43: error: 'const class absl::lts_20230802::AlphaNum' has no member named 'Piece'
- 467 | {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:467:54: error: 'const class absl::lts_20230802::AlphaNum' has no member named 'Piece'
- 467 | {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:468:43: error: 'const class absl::lts_20230802::AlphaNum' has no member named 'Piece'
- 468 | static_cast<const AlphaNum&>(args).Piece()...});
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:466:37: error: cannot convert '<brace-enclosed initializer list>' to 'int'
- 466 | return strings_internal::CatPieces(
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^
- | |
- | <brace-enclosed initializer list>
- 467 | {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 468 | static_cast<const AlphaNum&>(args).Piece()...});
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h:443:64: note: initializing argument 1 of 'std::string absl::lts_20230802::strings_internal::CatPieces(int)'
- 443 | std::string CatPieces(std::initializer_list<absl::string_view> pieces);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
- /usr/include/absl/strings/str_cat.h: In function 'void absl::lts_20230802::StrAppend(std::string*, const AlphaNum&, const AlphaNum&, const AlphaNum&, const AlphaNum&, const AlphaNum&, const AV& ...)':
- /usr/include/absl/strings/str_cat.h:512:16: error: 'const class absl::lts_20230802::AlphaNum' has no member named 'Piece'
- 512 | dest, {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:512:27: error: 'const class absl::lts_20230802::AlphaNum' has no member named 'Piece'
- 512 | dest, {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:512:38: error: 'const class absl::lts_20230802::AlphaNum' has no member named 'Piece'
- 512 | dest, {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:512:49: error: 'const class absl::lts_20230802::AlphaNum' has no member named 'Piece'
- 512 | dest, {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:512:60: error: 'const class absl::lts_20230802::AlphaNum' has no member named 'Piece'
- 512 | dest, {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:513:49: error: 'const class absl::lts_20230802::AlphaNum' has no member named 'Piece'
- 513 | static_cast<const AlphaNum&>(args).Piece()...});
- | ^~~~~
- /usr/include/absl/strings/str_cat.h:511:33: error: cannot convert '<brace-enclosed initializer list>' to 'int'
- 511 | strings_internal::AppendPieces(
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
- | |
- | <brace-enclosed initializer list>
- 512 | dest, {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 513 | static_cast<const AlphaNum&>(args).Piece()...});
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/str_cat.h:445:60: note: initializing argument 2 of 'void absl::lts_20230802::strings_internal::AppendPieces(std::string*, int)'
- 445 | std::initializer_list<absl::string_view> pieces);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
- /usr/include/absl/strings/internal/cord_rep_ring.h: At global scope:
- /usr/include/absl/strings/internal/cord_rep_ring.h:169:48: error: 'string_view' has not been declared
- 169 | static CordRepRing* Append(CordRepRing* rep, string_view data,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_ring.h:188:49: error: 'string_view' has not been declared
- 188 | static CordRepRing* Prepend(CordRepRing* rep, string_view data,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_ring.h:234:21: error: 'absl::string_view' has not been declared
- 234 | bool IsFlat(absl::string_view* fragment) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_ring.h:241:48: error: 'absl::string_view' has not been declared
- 241 | bool IsFlat(size_t offset, size_t len, absl::string_view* fragment) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_ring.h:291:9: error: 'string_view' in namespace 'absl' does not name a type
- 291 | absl::string_view entry_data(index_type index) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_ring.h:529:14: error: 'string_view' in namespace 'absl' does not name a type
- 529 | inline absl::string_view CordRepRing::entry_data(index_type index) const {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_ring.h:582:13: error: 'bool absl::lts_20230802::cord_internal::CordRepRing::IsFlat' is not a static data member of 'class absl::lts_20230802::cord_internal::CordRepRing'
- 582 | inline bool CordRepRing::IsFlat(absl::string_view* fragment) const {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_ring.h:582:39: error: 'string_view' is not a member of 'absl'
- 582 | inline bool CordRepRing::IsFlat(absl::string_view* fragment) const {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_ring.h:582:52: error: 'fragment' was not declared in this scope
- 582 | inline bool CordRepRing::IsFlat(absl::string_view* fragment) const {
- | ^~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_ring.h:591:39: error: 'absl::string_view' has not been declared
- 591 | absl::string_view* fragment) const {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_ring.h: In member function 'bool absl::lts_20230802::cord_internal::CordRepRing::IsFlat(size_t, size_t, int*) const':
- /usr/include/absl/strings/internal/cord_rep_ring.h:593:15: error: 'string_view' in namespace 'absl' does not name a type
- 593 | const absl::string_view data = entry_data(pos.index);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/cord_rep_ring.h:594:7: error: 'data' was not declared in this scope; did you mean 'data_'?
- 594 | if (data.length() >= len && data.length() - len >= pos.offset) {
- | ^~~~
- | data_
- In file included from /usr/include/absl/strings/cord.h:96:
- /usr/include/absl/strings/internal/string_constant.h: At global scope:
- /usr/include/absl/strings/internal/string_constant.h:39:48: error: 'absl::string_view' has not been declared
- 39 | static constexpr bool TryConstexprEval(absl::string_view view) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/string_constant.h:44:26: error: 'string_view' in namespace 'absl' does not name a type
- 44 | static constexpr absl::string_view value = T{}();
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/string_constant.h:44:50: error: expected unqualified-id before ')' token
- 44 | static constexpr absl::string_view value = T{}();
- | ^
- /usr/include/absl/strings/internal/string_constant.h:45:19: error: 'string_view' in namespace 'absl' does not name a type
- 45 | constexpr absl::string_view operator()() const { return value; }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/internal/string_constant.h:49:34: error: 'value' was not declared in this scope
- 49 | static_assert(TryConstexprEval(value),
- | ^~~~~
- /usr/include/absl/strings/internal/string_constant.h: In static member function 'static constexpr bool absl::lts_20230802::strings_internal::StringConstant<T>::TryConstexprEval(int)':
- /usr/include/absl/strings/internal/string_constant.h:40:17: error: request for member 'empty' in 'view', which is of non-class type 'int'
- 40 | return view.empty() || 2 * view[0] != 1;
- | ^~~~~
- /usr/include/absl/strings/internal/string_constant.h:40:36: error: invalid types 'int[int]' for array subscript
- 40 | return view.empty() || 2 * view[0] != 1;
- | ^
- /usr/include/absl/strings/internal/string_constant.h: At global scope:
- /usr/include/absl/strings/internal/string_constant.h:55:17: error: 'string_view' in namespace 'absl' does not name a type
- 55 | constexpr absl::string_view StringConstant<T>::value;
- | ^~~~~~~~~~~
- In file included from /usr/include/absl/strings/cord.h:98:
- /usr/include/absl/types/optional.h:47:12: error: 'bad_optional_access' has not been declared in 'std'
- 47 | using std::bad_optional_access;
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/absl/types/optional.h:48:12: error: 'optional' has not been declared in 'std'
- 48 | using std::optional;
- | ^~~~~~~~
- /usr/include/absl/types/optional.h:49:12: error: 'make_optional' has not been declared in 'std'
- 49 | using std::make_optional;
- | ^~~~~~~~~~~~~
- /usr/include/absl/types/optional.h:50:12: error: 'nullopt_t' has not been declared in 'std'
- 50 | using std::nullopt_t;
- | ^~~~~~~~~
- /usr/include/absl/types/optional.h:51:12: error: 'nullopt' has not been declared in 'std'
- 51 | using std::nullopt;
- | ^~~~~~~
- /usr/include/absl/strings/cord.h:105:33: error: 'string_view' is not a member of 'absl'
- 105 | Cord MakeCordFromExternal(absl::string_view, Releaser&&);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:105:54: error: expected primary-expression before '&&' token
- 105 | Cord MakeCordFromExternal(absl::string_view, Releaser&&);
- | ^~
- /usr/include/absl/strings/cord.h:105:56: error: expected primary-expression before ')' token
- 105 | Cord MakeCordFromExternal(absl::string_view, Releaser&&);
- | ^
- /usr/include/absl/strings/cord.h:193:34: error: expected ')' before 'src'
- 193 | explicit Cord(absl::string_view src);
- | ~ ^~~~
- | )
- /usr/include/absl/strings/cord.h:194:25: error: 'absl::string_view' has not been declared
- 194 | Cord& operator=(absl::string_view src);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:251:42: error: 'absl::string_view' has not been declared
- 251 | friend Cord MakeCordFromExternal(absl::string_view data, Releaser&& releaser);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:251:79: error: 'template<class Releaser> absl::lts_20230802::Cord absl::lts_20230802::MakeCordFromExternal(int, Releaser&&)' conflicts with a previous declaration
- 251 | friend Cord MakeCordFromExternal(absl::string_view data, Releaser&& releaser);
- | ^
- /usr/include/absl/strings/cord.h:105:6: note: previous declaration 'template<class Releaser> absl::lts_20230802::Cord absl::lts_20230802::MakeCordFromExternal<Releaser>'
- 105 | Cord MakeCordFromExternal(absl::string_view, Releaser&&);
- | ^~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h:265:21: error: 'absl::string_view' has not been declared
- 265 | void Append(absl::string_view src);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:326:22: error: 'absl::string_view' has not been declared
- 326 | void Prepend(absl::string_view src);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:384:21: error: 'absl::string_view' has not been declared
- 384 | int Compare(absl::string_view rhs) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:391:25: error: 'absl::string_view' has not been declared
- 391 | bool StartsWith(absl::string_view rhs) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:396:23: error: 'absl::string_view' has not been declared
- 396 | bool EndsWith(absl::string_view rhs) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:449:30: error: 'string_view' in namespace 'absl' does not name a type
- 449 | using value_type = absl::string_view;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:451:26: error: expected ';' before 'value_type'
- 451 | using pointer = const value_type*;
- | ^~~~~~~~~~~
- | ;
- /usr/include/absl/strings/cord.h:452:23: error: 'value_type' does not name a type
- 452 | using reference = value_type;
- | ^~~~~~~~~~
- /usr/include/absl/strings/cord.h:460:5: error: 'reference' does not name a type
- 460 | reference operator*() const;
- | ^~~~~~~~~
- /usr/include/absl/strings/cord.h:461:5: error: 'pointer' does not name a type
- 461 | pointer operator->() const;
- | ^~~~~~~
- /usr/include/absl/strings/cord.h:492:11: error: 'string_view' in namespace 'absl' does not name a type
- 492 | absl::string_view current_chunk_;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:547:30: error: 'string_view' in namespace 'absl' does not name a type
- 547 | using value_type = absl::string_view;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:548:23: error: 'value_type' does not name a type
- 548 | using reference = value_type&;
- | ^~~~~~~~~~
- /usr/include/absl/strings/cord.h:549:34: error: expected ';' before 'value_type'
- 549 | using const_reference = const value_type&;
- | ^~~~~~~~~~~
- | ;
- /usr/include/absl/strings/cord.h:652:16: error: 'string_view' in namespace 'absl' does not name a type
- 652 | static absl::string_view ChunkRemaining(const CharIterator& it);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:740:9: error: 'optional' in namespace 'absl' does not name a template type
- 740 | absl::optional<absl::string_view> TryFlat() const;
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:747:9: error: 'string_view' in namespace 'absl' does not name a type
- 747 | absl::string_view Flatten();
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:750:55: error: 'absl::string_view' has not been declared
- 750 | friend void AbslFormatFlush(absl::Cord* cord, absl::string_view part) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:775:9: error: 'optional' in namespace 'absl' does not name a template type
- 775 | absl::optional<uint32_t> ExpectedChecksum() const;
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:806:34: error: expected ')' before 'src'
- 806 | explicit Cord(absl::string_view src, MethodIdentifier method);
- | ~ ^~~~
- | )
- /usr/include/absl/strings/cord.h:810:49: error: 'absl::string_view' has not been declared
- 810 | friend bool operator==(const Cord& lhs, absl::string_view rhs);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:816:50: error: 'string_view' is not a member of 'absl'
- 816 | void ForEachChunk(absl::FunctionRef<void(absl::string_view)>) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:816:62: error: template argument 1 is invalid
- 816 | void ForEachChunk(absl::FunctionRef<void(absl::string_view)>) const;
- | ^
- /usr/include/absl/strings/cord.h:820:9: error: 'string_view' in namespace 'absl' does not name a type
- 820 | absl::string_view FlattenSlowPath();
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:839:51: error: expected ')' before 'sv'
- 839 | explicit constexpr InlineRep(absl::string_view sv, CordRep* rep);
- | ~ ^~~
- | )
- /usr/include/absl/strings/cord.h:856:28: error: 'absl::string_view' has not been declared
- 856 | void AppendArray(absl::string_view src, MethodIdentifier method);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:857:11: error: 'string_view' in namespace 'absl' does not name a type
- 857 | absl::string_view FindFlatStartPiece() const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:963:32: error: 'absl::string_view' has not been declared
- 963 | absl::string_view* fragment);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:968:36: error: 'string_view' is not a member of 'absl'
- 968 | absl::FunctionRef<void(absl::string_view)> callback);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:968:48: error: template argument 1 is invalid
- 968 | absl::FunctionRef<void(absl::string_view)> callback);
- | ^
- /usr/include/absl/strings/cord.h:975:29: error: 'absl::string_view' has not been declared
- 975 | int CompareSlowPath(absl::string_view rhs, size_t compared_size,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:979:25: error: 'absl::string_view' has not been declared
- 979 | bool EqualsImpl(absl::string_view rhs, size_t size_to_compare) const;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:986:16: error: 'string_view' in namespace 'absl' does not name a type
- 986 | static absl::string_view GetFirstChunk(const Cord& c);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:987:16: error: 'string_view' in namespace 'absl' does not name a type
- 987 | static absl::string_view GetFirstChunk(absl::string_view sv);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1002:28: error: 'absl::string_view' has not been declared
- 1002 | void AppendPrecise(absl::string_view src, MethodIdentifier method);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1003:29: error: 'absl::string_view' has not been declared
- 1003 | void PrependPrecise(absl::string_view src, MethodIdentifier method);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1010:27: error: 'absl::string_view' has not been declared
- 1010 | void PrependArray(absl::string_view src, MethodIdentifier method);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In function 'H absl::lts_20230802::AbslHashValue(H, const Cord&)':
- /usr/include/absl/strings/cord.h:779:11: error: 'optional' is not a member of 'absl'
- 779 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:779:26: error: 'string_view' is not a member of 'absl'
- 779 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:779:39: error: 'maybe_flat' was not declared in this scope
- 779 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
- | ^~~~~~~~~~
- /usr/include/absl/strings/cord.h:779:54: error: 'const class absl::lts_20230802::Cord' has no member named 'TryFlat'
- 779 | absl::optional<absl::string_view> maybe_flat = c.TryFlat();
- | ^~~~~~~
- /usr/include/absl/strings/cord.h: In member function 'H absl::lts_20230802::Cord::HashFragmented(H) const':
- /usr/include/absl/strings/cord.h:1020:49: error: 'absl::string_view' has not been declared
- 1020 | ForEachChunk([&combiner, &hash_state](absl::string_view chunk) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In lambda function:
- /usr/include/absl/strings/cord.h:1021:69: error: request for member 'data' in 'chunk', which is of non-class type 'int'
- 1021 | hash_state = combiner.add_buffer(std::move(hash_state), chunk.data(),
- | ^~~~
- /usr/include/absl/strings/cord.h:1022:46: error: request for member 'size' in 'chunk', which is of non-class type 'int'
- 1022 | chunk.size());
- | ^~~~
- /usr/include/absl/strings/cord.h: At global scope:
- /usr/include/absl/strings/cord.h:1048:6: error: variable or field 'InitializeCordRepExternal' declared void
- 1048 | void InitializeCordRepExternal(absl::string_view data, CordRepExternal* rep);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1048:38: error: 'string_view' is not a member of 'absl'
- 1048 | void InitializeCordRepExternal(absl::string_view data, CordRepExternal* rep);
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1048:71: error: expected primary-expression before '*' token
- 1048 | void InitializeCordRepExternal(absl::string_view data, CordRepExternal* rep);
- | ^
- /usr/include/absl/strings/cord.h:1048:73: error: 'rep' was not declared in this scope
- 1048 | void InitializeCordRepExternal(absl::string_view data, CordRepExternal* rep);
- | ^~~
- /usr/include/absl/strings/cord.h:1054:31: error: 'string_view' is not a member of 'absl'
- 1054 | CordRep* NewExternalRep(absl::string_view data, Releaser&& releaser) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1054:57: error: expected primary-expression before '&&' token
- 1054 | CordRep* NewExternalRep(absl::string_view data, Releaser&& releaser) {
- | ^~
- /usr/include/absl/strings/cord.h:1054:60: error: 'releaser' was not declared in this scope; did you mean 'Releaser'?
- 1054 | CordRep* NewExternalRep(absl::string_view data, Releaser&& releaser) {
- | ^~~~~~~~
- | Releaser
- /usr/include/absl/strings/cord.h:1054:68: error: expression list treated as compound expression in initializer [-fpermissive]
- 1054 | CordRep* NewExternalRep(absl::string_view data, Releaser&& releaser) {
- | ^
- /usr/include/absl/strings/cord.h:1054:69: error: expected ';' before '{' token
- 1054 | CordRep* NewExternalRep(absl::string_view data, Releaser&& releaser) {
- | ^~
- | ;
- /usr/include/absl/strings/cord.h:1066:38: error: 'absl::lts_20230802::cord_internal::CordRep* absl::lts_20230802::cord_internal::NewExternalRep' redeclared as different kind of entity
- 1066 | inline CordRep* NewExternalRep(absl::string_view data,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1054:10: note: previous declaration 'template<class Releaser> absl::lts_20230802::cord_internal::CordRep* absl::lts_20230802::cord_internal::NewExternalRep<Releaser>'
- 1054 | CordRep* NewExternalRep(absl::string_view data, Releaser&& releaser) {
- | ^~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1066:38: error: 'string_view' is not a member of 'absl'
- 1066 | inline CordRep* NewExternalRep(absl::string_view data,
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1067:39: error: 'releaser' was not declared in this scope
- 1067 | void (&releaser)(absl::string_view)) {
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1067:55: error: 'string_view' is not a member of 'absl'
- 1067 | void (&releaser)(absl::string_view)) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1074:6: error: redefinition of 'template<class Releaser> absl::lts_20230802::Cord absl::lts_20230802::MakeCordFromExternal'
- 1074 | Cord MakeCordFromExternal(absl::string_view data, Releaser&& releaser) {
- | ^~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h:105:6: note: 'template<class Releaser> absl::lts_20230802::Cord absl::lts_20230802::MakeCordFromExternal<Releaser>' previously declared here
- 105 | Cord MakeCordFromExternal(absl::string_view, Releaser&&);
- | ^~~~~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1074:33: error: 'string_view' is not a member of 'absl'
- 1074 | Cord MakeCordFromExternal(absl::string_view data, Releaser&& releaser) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1074:59: error: expected primary-expression before '&&' token
- 1074 | Cord MakeCordFromExternal(absl::string_view data, Releaser&& releaser) {
- | ^~
- /usr/include/absl/strings/cord.h:1074:62: error: 'releaser' was not declared in this scope; did you mean 'Releaser'?
- 1074 | Cord MakeCordFromExternal(absl::string_view data, Releaser&& releaser) {
- | ^~~~~~~~
- | Releaser
- /usr/include/absl/strings/cord.h:1089:11: error: 'constexpr const int absl::lts_20230802::Cord::InlineRep::InlineRep' is not a static data member of 'class absl::lts_20230802::Cord::InlineRep'
- 1089 | constexpr Cord::InlineRep::InlineRep(absl::string_view sv, CordRep* rep)
- | ^~~~
- /usr/include/absl/strings/cord.h:1089:44: error: 'string_view' is not a member of 'absl'
- 1089 | constexpr Cord::InlineRep::InlineRep(absl::string_view sv, CordRep* rep)
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1089:67: error: expected primary-expression before '*' token
- 1089 | constexpr Cord::InlineRep::InlineRep(absl::string_view sv, CordRep* rep)
- | ^
- /usr/include/absl/strings/cord.h:1089:69: error: 'rep' was not declared in this scope
- 1089 | constexpr Cord::InlineRep::InlineRep(absl::string_view sv, CordRep* rep)
- | ^~~
- /usr/include/absl/strings/cord.h:1089:72: error: expression list treated as compound expression in initializer [-fpermissive]
- 1089 | constexpr Cord::InlineRep::InlineRep(absl::string_view sv, CordRep* rep)
- | ^
- /usr/include/absl/strings/cord.h:1245:8: error: 'int absl::lts_20230802::Cord::Cord' is not a static data member of 'class absl::lts_20230802::Cord'
- 1245 | inline Cord::Cord(absl::string_view src)
- | ^~~~
- /usr/include/absl/strings/cord.h:1245:25: error: 'string_view' is not a member of 'absl'
- 1245 | inline Cord::Cord(absl::string_view src)
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In member function 'absl::lts_20230802::Cord& absl::lts_20230802::Cord::operator=(T&&)':
- /usr/include/absl/strings/cord.h:1265:28: error: 'string_view' is not a member of 'absl'
- 1265 | return operator=(absl::string_view(src));
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: At global scope:
- /usr/include/absl/strings/cord.h:1312:14: error: 'optional' in namespace 'absl' does not name a template type
- 1312 | inline absl::optional<absl::string_view> Cord::TryFlat() const {
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1324:14: error: 'string_view' in namespace 'absl' does not name a type
- 1324 | inline absl::string_view Cord::Flatten() {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1337:13: error: variable or field 'Append' declared void
- 1337 | inline void Cord::Append(absl::string_view src) {
- | ^~~~
- /usr/include/absl/strings/cord.h:1337:32: error: 'string_view' is not a member of 'absl'
- 1337 | inline void Cord::Append(absl::string_view src) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1341:13: error: variable or field 'Prepend' declared void
- 1341 | inline void Cord::Prepend(absl::string_view src) {
- | ^~~~
- /usr/include/absl/strings/cord.h:1341:33: error: 'string_view' is not a member of 'absl'
- 1341 | inline void Cord::Prepend(absl::string_view src) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In member function 'void absl::lts_20230802::Cord::Append(absl::lts_20230802::CordBuffer)':
- /usr/include/absl/strings/cord.h:1347:9: error: 'string_view' is not a member of 'absl'
- 1347 | absl::string_view short_value;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1348:42: error: 'short_value' was not declared in this scope
- 1348 | if (CordRep* rep = buffer.ConsumeValue(short_value)) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In member function 'void absl::lts_20230802::Cord::Prepend(absl::lts_20230802::CordBuffer)':
- /usr/include/absl/strings/cord.h:1357:9: error: 'string_view' is not a member of 'absl'
- 1357 | absl::string_view short_value;
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1358:42: error: 'short_value' was not declared in this scope
- 1358 | if (CordRep* rep = buffer.ConsumeValue(short_value)) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: At global scope:
- /usr/include/absl/strings/cord.h:1399:13: error: 'bool absl::lts_20230802::Cord::StartsWith' is not a static data member of 'class absl::lts_20230802::Cord'
- 1399 | inline bool Cord::StartsWith(absl::string_view rhs) const {
- | ^~~~
- /usr/include/absl/strings/cord.h:1399:36: error: 'string_view' is not a member of 'absl'
- 1399 | inline bool Cord::StartsWith(absl::string_view rhs) const {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In member function 'void absl::lts_20230802::Cord::ChunkIterator::InitTree(absl::lts_20230802::cord_internal::CordRep*)':
- /usr/include/absl/strings/cord.h:1408:5: error: 'current_chunk_' was not declared in this scope
- 1408 | current_chunk_ = btree_reader_.Init(tree->btree());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1408:36: error: 'using absl::lts_20230802::Cord::ChunkIterator::CordRepBtreeReader = class absl::lts_20230802::cord_internal::CordRepBtreeReader' {aka 'class absl::lts_20230802::cord_internal::CordRepBtreeReader'} has no member named 'Init'
- 1408 | current_chunk_ = btree_reader_.Init(tree->btree());
- | ^~~~
- /usr/include/absl/strings/cord.h:1411:5: error: 'current_chunk_' was not declared in this scope
- 1411 | current_chunk_ = cord_internal::EdgeData(tree);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1411:37: error: 'EdgeData' is not a member of 'absl::lts_20230802::cord_internal'
- 1411 | current_chunk_ = cord_internal::EdgeData(tree);
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h: In constructor 'absl::lts_20230802::Cord::ChunkIterator::ChunkIterator(const absl::lts_20230802::Cord*)':
- /usr/include/absl/strings/cord.h:1426:7: error: 'current_chunk_' was not declared in this scope
- 1426 | current_chunk_ = {};
- | ^~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1430:5: error: 'current_chunk_' was not declared in this scope
- 1430 | current_chunk_ = {cord->contents_.data(), bytes_remaining_};
- | ^~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In member function 'absl::lts_20230802::Cord::ChunkIterator& absl::lts_20230802::Cord::ChunkIterator::AdvanceBtree()':
- /usr/include/absl/strings/cord.h:1435:3: error: 'current_chunk_' was not declared in this scope
- 1435 | current_chunk_ = btree_reader_.Next();
- | ^~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1435:34: error: 'using absl::lts_20230802::Cord::ChunkIterator::CordRepBtreeReader = class absl::lts_20230802::cord_internal::CordRepBtreeReader' {aka 'class absl::lts_20230802::cord_internal::CordRepBtreeReader'} has no member named 'Next'
- 1435 | current_chunk_ = btree_reader_.Next();
- | ^~~~
- In file included from /usr/include/absl/container/internal/layout.h:163:
- /usr/include/absl/strings/cord.h: In member function 'void absl::lts_20230802::Cord::ChunkIterator::AdvanceBytesBtree(size_t)':
- /usr/include/absl/strings/cord.h:1440:3: error: 'current_chunk_' was not declared in this scope
- 1440 | assert(n >= current_chunk_.size());
- | ^~~~~~
- /usr/include/absl/strings/cord.h:1444:38: error: 'using absl::lts_20230802::Cord::ChunkIterator::CordRepBtreeReader = class absl::lts_20230802::cord_internal::CordRepBtreeReader' {aka 'class absl::lts_20230802::cord_internal::CordRepBtreeReader'} has no member named 'Next'
- 1444 | current_chunk_ = btree_reader_.Next();
- | ^~~~
- /usr/include/absl/strings/cord.h:1447:38: error: 'using absl::lts_20230802::Cord::ChunkIterator::CordRepBtreeReader = class absl::lts_20230802::cord_internal::CordRepBtreeReader' {aka 'class absl::lts_20230802::cord_internal::CordRepBtreeReader'} has no member named 'Seek'
- 1447 | current_chunk_ = btree_reader_.Seek(offset);
- | ^~~~
- /usr/include/absl/strings/cord.h: In member function 'absl::lts_20230802::Cord::ChunkIterator& absl::lts_20230802::Cord::ChunkIterator::operator++()':
- /usr/include/absl/strings/cord.h:1457:3: error: 'current_chunk_' was not declared in this scope
- 1457 | assert(bytes_remaining_ >= current_chunk_.size());
- | ^~~~~~
- /usr/include/absl/strings/cord.h: At global scope:
- /usr/include/absl/strings/cord.h:1484:29: error: 'reference' in 'class absl::lts_20230802::Cord::ChunkIterator' does not name a type
- 1484 | inline Cord::ChunkIterator::reference Cord::ChunkIterator::operator*() const {
- | ^~~~~~~~~
- /usr/include/absl/strings/cord.h:1489:29: error: 'pointer' in 'class absl::lts_20230802::Cord::ChunkIterator' does not name a type
- 1489 | inline Cord::ChunkIterator::pointer Cord::ChunkIterator::operator->() const {
- | ^~~~~~~
- /usr/include/absl/strings/cord.h: In member function 'void absl::lts_20230802::Cord::ChunkIterator::RemoveChunkPrefix(size_t)':
- /usr/include/absl/strings/cord.h:1495:3: error: 'current_chunk_' was not declared in this scope
- 1495 | assert(n < current_chunk_.size());
- | ^~~~~~
- In file included from /usr/include/absl/base/macros.h:36,
- from /usr/include/absl/strings/string_view.h:42:
- /usr/include/absl/strings/cord.h: In member function 'void absl::lts_20230802::Cord::ChunkIterator::AdvanceBytes(size_t)':
- /usr/include/absl/strings/cord.h:1502:7: error: 'current_chunk_' was not declared in this scope
- 1502 | if (ABSL_PREDICT_TRUE(n < current_chunk_.size())) {
- | ^~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In member function 'absl::lts_20230802::Cord::CharIterator& absl::lts_20230802::Cord::CharIterator::operator++()':
- /usr/include/absl/strings/cord.h:1530:7: error: base operand of '->' has non-pointer type 'absl::lts_20230802::Cord::ChunkIterator'
- 1530 | if (ABSL_PREDICT_TRUE(chunk_iterator_->size() > 1)) {
- | ^~~~~~~~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In member function 'const char& absl::lts_20230802::Cord::CharIterator::operator*() const':
- /usr/include/absl/strings/cord.h:1553:26: error: base operand of '->' has non-pointer type 'const absl::lts_20230802::Cord::ChunkIterator'
- 1553 | return *chunk_iterator_->data();
- | ^~
- /usr/include/absl/strings/cord.h: In member function 'const char* absl::lts_20230802::Cord::CharIterator::operator->() const':
- /usr/include/absl/strings/cord.h:1557:25: error: base operand of '->' has non-pointer type 'const absl::lts_20230802::Cord::ChunkIterator'
- 1557 | return chunk_iterator_->data();
- | ^~
- /usr/include/absl/strings/cord.h: At global scope:
- /usr/include/absl/strings/cord.h:1570:14: error: 'string_view' in namespace 'absl' does not name a type
- 1570 | inline absl::string_view Cord::ChunkRemaining(const CharIterator& it) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1591:34: error: 'string_view' is not a member of 'absl'
- 1591 | absl::FunctionRef<void(absl::string_view)> callback) const {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1591:46: error: template argument 1 is invalid
- 1591 | absl::FunctionRef<void(absl::string_view)> callback) const {
- | ^
- /usr/include/absl/strings/cord.h: In member function 'void absl::lts_20230802::Cord::ForEachChunk(int) const':
- /usr/include/absl/strings/cord.h:1594:20: error: 'string_view' is not a member of 'absl'
- 1594 | callback(absl::string_view(contents_.data(), contents_.size()));
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1594:67: error: 'callback' cannot be used as a function
- 1594 | callback(absl::string_view(contents_.data(), contents_.size()));
- | ^
- /usr/include/absl/strings/cord.h: At global scope:
- /usr/include/absl/strings/cord.h:1622:47: error: 'absl::string_view' has not been declared
- 1622 | inline bool operator==(const Cord& lhs, absl::string_view rhs) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In function 'bool absl::lts_20230802::operator==(const Cord&, int)':
- /usr/include/absl/strings/cord.h:1624:25: error: request for member 'size' in 'rhs', which is of non-class type 'int'
- 1624 | size_t rhs_size = rhs.size();
- | ^~~~
- /usr/include/absl/strings/cord.h: At global scope:
- /usr/include/absl/strings/cord.h:1629:13: error: declaration of 'operator==' as non-function
- 1629 | inline bool operator==(absl::string_view x, const Cord& y) { return y == x; }
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1629:30: error: 'string_view' is not a member of 'absl'
- 1629 | inline bool operator==(absl::string_view x, const Cord& y) { return y == x; }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1629:45: error: expected primary-expression before 'const'
- 1629 | inline bool operator==(absl::string_view x, const Cord& y) { return y == x; }
- | ^~~~~
- /usr/include/absl/strings/cord.h:1630:45: error: 'absl::string_view' has not been declared
- 1630 | inline bool operator!=(const Cord& x, absl::string_view y) { return !(x == y); }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1631:13: error: declaration of 'operator!=' as non-function
- 1631 | inline bool operator!=(absl::string_view x, const Cord& y) { return !(x == y); }
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1631:30: error: 'string_view' is not a member of 'absl'
- 1631 | inline bool operator!=(absl::string_view x, const Cord& y) { return !(x == y); }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1631:45: error: expected primary-expression before 'const'
- 1631 | inline bool operator!=(absl::string_view x, const Cord& y) { return !(x == y); }
- | ^~~~~
- /usr/include/absl/strings/cord.h:1632:44: error: 'absl::string_view' has not been declared
- 1632 | inline bool operator<(const Cord& x, absl::string_view y) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1635:13: error: declaration of 'operator<' as non-function
- 1635 | inline bool operator<(absl::string_view x, const Cord& y) {
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1635:29: error: 'string_view' is not a member of 'absl'
- 1635 | inline bool operator<(absl::string_view x, const Cord& y) {
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1635:44: error: expected primary-expression before 'const'
- 1635 | inline bool operator<(absl::string_view x, const Cord& y) {
- | ^~~~~
- /usr/include/absl/strings/cord.h:1638:44: error: 'absl::string_view' has not been declared
- 1638 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In function 'bool absl::lts_20230802::operator>(const Cord&, int)':
- /usr/include/absl/strings/cord.h:1638:70: error: no match for 'operator<' (operand types are 'int' and 'const absl::lts_20230802::Cord')
- 1638 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; }
- | ~ ^ ~
- | | |
- | int const absl::lts_20230802::Cord
- In file included from /usr/include/absl/log/log_entry.h:36:
- /usr/include/absl/types/span.h:543:6: note: candidate: 'template<class T> bool absl::lts_20230802::operator<(Span<T>, Span<T>)'
- 543 | bool operator<(Span<T> a, Span<T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:543:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1638:72: note: mismatched types 'absl::lts_20230802::Span<T>' and 'int'
- 1638 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; }
- | ^
- /usr/include/absl/types/span.h:547:6: note: candidate: 'template<class T> bool absl::lts_20230802::operator<(Span<const T>, Span<T>)'
- 547 | bool operator<(Span<const T> a, Span<T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:547:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1638:72: note: mismatched types 'absl::lts_20230802::Span<const T>' and 'int'
- 1638 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; }
- | ^
- /usr/include/absl/types/span.h:551:6: note: candidate: 'template<class T> bool absl::lts_20230802::operator<(Span<T>, Span<const T>)'
- 551 | bool operator<(Span<T> a, Span<const T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:551:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1638:72: note: mismatched types 'absl::lts_20230802::Span<T>' and 'int'
- 1638 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; }
- | ^
- /usr/include/absl/types/span.h:557:6: note: candidate: 'template<class T, class U, class> bool absl::lts_20230802::operator<(const U&, Span<T>)'
- 557 | bool operator<(const U& a, Span<T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:557:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1638:72: note: 'absl::lts_20230802::Cord' is not derived from 'absl::lts_20230802::Span<T>'
- 1638 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; }
- | ^
- /usr/include/absl/types/span.h:563:6: note: candidate: 'template<class T, class U, class> bool absl::lts_20230802::operator<(Span<T>, const U&)'
- 563 | bool operator<(Span<T> a, const U& b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:563:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1638:72: note: mismatched types 'absl::lts_20230802::Span<T>' and 'int'
- 1638 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; }
- | ^
- /usr/include/absl/container/inlined_vector.h:951:6: note: candidate: 'template<class T, long unsigned int N, class A> bool absl::lts_20230802::operator<(const InlinedVector<T, N, A>&, const InlinedVector<T, N, A>&)'
- 951 | bool operator<(const absl::InlinedVector<T, N, A>& a,
- | ^~~~~~~~
- /usr/include/absl/container/inlined_vector.h:951:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1638:72: note: mismatched types 'const absl::lts_20230802::InlinedVector<T, N, A>' and 'int'
- 1638 | inline bool operator>(const Cord& x, absl::string_view y) { return y < x; }
- | ^
- In file included from /usr/include/absl/log/internal/nullstream.h:36:
- /usr/include/absl/base/log_severity.h:163:1: note: candidate: 'constexpr bool absl::lts_20230802::operator<(LogSeverity, LogSeverityAtLeast)'
- 163 | COMPOP(>, <, LogSeverityAtLeast)
- | ^~~~~~
- /usr/include/absl/base/log_severity.h:163:1: note: no known conversion for argument 1 from 'int' to 'absl::lts_20230802::LogSeverity'
- 163 | COMPOP(>, <, LogSeverityAtLeast)
- | ^~~~~~
- /usr/include/absl/base/log_severity.h:165:1: note: candidate: 'constexpr bool absl::lts_20230802::operator<(LogSeverityAtMost, LogSeverity)'
- 165 | COMPOP(<, >, LogSeverityAtMost)
- | ^~~~~~
- /usr/include/absl/base/log_severity.h:165:1: note: no known conversion for argument 1 from 'int' to 'absl::lts_20230802::LogSeverityAtMost'
- 165 | COMPOP(<, >, LogSeverityAtMost)
- | ^~~~~~
- /usr/include/absl/time/time.h:1720:46: note: candidate: 'constexpr bool absl::lts_20230802::operator<(Duration, Duration)'
- 1720 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Duration lhs,
- | ^~~~~~~~
- /usr/include/absl/time/time.h:1720:65: note: no known conversion for argument 1 from 'int' to 'absl::lts_20230802::Duration'
- 1720 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Duration lhs,
- | ~~~~~~~~~^~~
- /usr/include/absl/time/time.h:855:46: note: candidate: 'constexpr bool absl::lts_20230802::operator<(Time, Time)'
- 855 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Time lhs, Time rhs) {
- | ^~~~~~~~
- /usr/include/absl/time/time.h:855:61: note: no known conversion for argument 1 from 'int' to 'absl::lts_20230802::Time'
- 855 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Time lhs, Time rhs) {
- | ~~~~~^~~
- In file included from /usr/include/absl/strings/internal/str_format/arg.h:33:
- /usr/include/absl/numeric/int128.h:810:16: note: candidate: 'constexpr bool absl::lts_20230802::operator<(uint128, uint128)'
- 810 | constexpr bool operator<(uint128 lhs, uint128 rhs) {
- | ^~~~~~~~
- /usr/include/absl/numeric/int128.h:810:47: note: no known conversion for argument 2 from 'const absl::lts_20230802::Cord' to 'absl::lts_20230802::uint128'
- 810 | constexpr bool operator<(uint128 lhs, uint128 rhs) {
- | ~~~~~~~~^~~
- In file included from /usr/include/absl/numeric/int128.h:1152:
- /usr/include/absl/numeric/int128_have_intrinsic.inc:207:16: note: candidate: 'constexpr bool absl::lts_20230802::operator<(int128, int128)'
- 207 | constexpr bool operator<(int128 lhs, int128 rhs) {
- | ^~~~~~~~
- /usr/include/absl/numeric/int128_have_intrinsic.inc:207:45: note: no known conversion for argument 2 from 'const absl::lts_20230802::Cord' to 'absl::lts_20230802::int128'
- 207 | constexpr bool operator<(int128 lhs, int128 rhs) {
- | ~~~~~~~^~~
- /usr/include/absl/strings/cord.h:1609:13: note: candidate: 'bool absl::lts_20230802::operator<(const Cord&, const Cord&)'
- 1609 | inline bool operator<(const Cord& x, const Cord& y) { return x.Compare(y) < 0; }
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1609:35: note: no known conversion for argument 1 from 'int' to 'const absl::lts_20230802::Cord&'
- 1609 | inline bool operator<(const Cord& x, const Cord& y) { return x.Compare(y) < 0; }
- | ~~~~~~~~~~~~^
- /usr/include/absl/strings/cord.h:1632:13: note: candidate: 'bool absl::lts_20230802::operator<(const Cord&, int)'
- 1632 | inline bool operator<(const Cord& x, absl::string_view y) {
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1632:35: note: no known conversion for argument 1 from 'int' to 'const absl::lts_20230802::Cord&'
- 1632 | inline bool operator<(const Cord& x, absl::string_view y) {
- | ~~~~~~~~~~~~^
- /usr/include/absl/strings/cord.h: At global scope:
- /usr/include/absl/strings/cord.h:1639:13: error: declaration of 'operator>' as non-function
- 1639 | inline bool operator>(absl::string_view x, const Cord& y) { return y < x; }
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1639:29: error: 'string_view' is not a member of 'absl'
- 1639 | inline bool operator>(absl::string_view x, const Cord& y) { return y < x; }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1639:44: error: expected primary-expression before 'const'
- 1639 | inline bool operator>(absl::string_view x, const Cord& y) { return y < x; }
- | ^~~~~
- /usr/include/absl/strings/cord.h:1640:45: error: 'absl::string_view' has not been declared
- 1640 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h: In function 'bool absl::lts_20230802::operator<=(const Cord&, int)':
- /usr/include/absl/strings/cord.h:1640:73: error: no match for 'operator<' (operand types are 'int' and 'const absl::lts_20230802::Cord')
- 1640 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); }
- | ~ ^ ~
- | | |
- | int const absl::lts_20230802::Cord
- /usr/include/absl/types/span.h:543:6: note: candidate: 'template<class T> bool absl::lts_20230802::operator<(Span<T>, Span<T>)'
- 543 | bool operator<(Span<T> a, Span<T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:543:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1640:75: note: mismatched types 'absl::lts_20230802::Span<T>' and 'int'
- 1640 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); }
- | ^
- /usr/include/absl/types/span.h:547:6: note: candidate: 'template<class T> bool absl::lts_20230802::operator<(Span<const T>, Span<T>)'
- 547 | bool operator<(Span<const T> a, Span<T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:547:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1640:75: note: mismatched types 'absl::lts_20230802::Span<const T>' and 'int'
- 1640 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); }
- | ^
- /usr/include/absl/types/span.h:551:6: note: candidate: 'template<class T> bool absl::lts_20230802::operator<(Span<T>, Span<const T>)'
- 551 | bool operator<(Span<T> a, Span<const T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:551:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1640:75: note: mismatched types 'absl::lts_20230802::Span<T>' and 'int'
- 1640 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); }
- | ^
- /usr/include/absl/types/span.h:557:6: note: candidate: 'template<class T, class U, class> bool absl::lts_20230802::operator<(const U&, Span<T>)'
- 557 | bool operator<(const U& a, Span<T> b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:557:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1640:75: note: 'absl::lts_20230802::Cord' is not derived from 'absl::lts_20230802::Span<T>'
- 1640 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); }
- | ^
- /usr/include/absl/types/span.h:563:6: note: candidate: 'template<class T, class U, class> bool absl::lts_20230802::operator<(Span<T>, const U&)'
- 563 | bool operator<(Span<T> a, const U& b) {
- | ^~~~~~~~
- /usr/include/absl/types/span.h:563:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1640:75: note: mismatched types 'absl::lts_20230802::Span<T>' and 'int'
- 1640 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); }
- | ^
- /usr/include/absl/container/inlined_vector.h:951:6: note: candidate: 'template<class T, long unsigned int N, class A> bool absl::lts_20230802::operator<(const InlinedVector<T, N, A>&, const InlinedVector<T, N, A>&)'
- 951 | bool operator<(const absl::InlinedVector<T, N, A>& a,
- | ^~~~~~~~
- /usr/include/absl/container/inlined_vector.h:951:6: note: template argument deduction/substitution failed:
- /usr/include/absl/strings/cord.h:1640:75: note: mismatched types 'const absl::lts_20230802::InlinedVector<T, N, A>' and 'int'
- 1640 | inline bool operator<=(const Cord& x, absl::string_view y) { return !(y < x); }
- | ^
- /usr/include/absl/base/log_severity.h:163:1: note: candidate: 'constexpr bool absl::lts_20230802::operator<(LogSeverity, LogSeverityAtLeast)'
- 163 | COMPOP(>, <, LogSeverityAtLeast)
- | ^~~~~~
- /usr/include/absl/base/log_severity.h:163:1: note: no known conversion for argument 1 from 'int' to 'absl::lts_20230802::LogSeverity'
- 163 | COMPOP(>, <, LogSeverityAtLeast)
- | ^~~~~~
- /usr/include/absl/base/log_severity.h:165:1: note: candidate: 'constexpr bool absl::lts_20230802::operator<(LogSeverityAtMost, LogSeverity)'
- 165 | COMPOP(<, >, LogSeverityAtMost)
- | ^~~~~~
- /usr/include/absl/base/log_severity.h:165:1: note: no known conversion for argument 1 from 'int' to 'absl::lts_20230802::LogSeverityAtMost'
- 165 | COMPOP(<, >, LogSeverityAtMost)
- | ^~~~~~
- /usr/include/absl/time/time.h:1720:46: note: candidate: 'constexpr bool absl::lts_20230802::operator<(Duration, Duration)'
- 1720 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Duration lhs,
- | ^~~~~~~~
- /usr/include/absl/time/time.h:1720:65: note: no known conversion for argument 1 from 'int' to 'absl::lts_20230802::Duration'
- 1720 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Duration lhs,
- | ~~~~~~~~~^~~
- /usr/include/absl/time/time.h:855:46: note: candidate: 'constexpr bool absl::lts_20230802::operator<(Time, Time)'
- 855 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Time lhs, Time rhs) {
- | ^~~~~~~~
- /usr/include/absl/time/time.h:855:61: note: no known conversion for argument 1 from 'int' to 'absl::lts_20230802::Time'
- 855 | ABSL_ATTRIBUTE_CONST_FUNCTION constexpr bool operator<(Time lhs, Time rhs) {
- | ~~~~~^~~
- /usr/include/absl/numeric/int128.h:810:16: note: candidate: 'constexpr bool absl::lts_20230802::operator<(uint128, uint128)'
- 810 | constexpr bool operator<(uint128 lhs, uint128 rhs) {
- | ^~~~~~~~
- /usr/include/absl/numeric/int128.h:810:47: note: no known conversion for argument 2 from 'const absl::lts_20230802::Cord' to 'absl::lts_20230802::uint128'
- 810 | constexpr bool operator<(uint128 lhs, uint128 rhs) {
- | ~~~~~~~~^~~
- /usr/include/absl/numeric/int128_have_intrinsic.inc:207:16: note: candidate: 'constexpr bool absl::lts_20230802::operator<(int128, int128)'
- 207 | constexpr bool operator<(int128 lhs, int128 rhs) {
- | ^~~~~~~~
- /usr/include/absl/numeric/int128_have_intrinsic.inc:207:45: note: no known conversion for argument 2 from 'const absl::lts_20230802::Cord' to 'absl::lts_20230802::int128'
- 207 | constexpr bool operator<(int128 lhs, int128 rhs) {
- | ~~~~~~~^~~
- /usr/include/absl/strings/cord.h:1609:13: note: candidate: 'bool absl::lts_20230802::operator<(const Cord&, const Cord&)'
- 1609 | inline bool operator<(const Cord& x, const Cord& y) { return x.Compare(y) < 0; }
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1609:35: note: no known conversion for argument 1 from 'int' to 'const absl::lts_20230802::Cord&'
- 1609 | inline bool operator<(const Cord& x, const Cord& y) { return x.Compare(y) < 0; }
- | ~~~~~~~~~~~~^
- /usr/include/absl/strings/cord.h:1632:13: note: candidate: 'bool absl::lts_20230802::operator<(const Cord&, int)'
- 1632 | inline bool operator<(const Cord& x, absl::string_view y) {
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1632:35: note: no known conversion for argument 1 from 'int' to 'const absl::lts_20230802::Cord&'
- 1632 | inline bool operator<(const Cord& x, absl::string_view y) {
- | ~~~~~~~~~~~~^
- /usr/include/absl/strings/cord.h: At global scope:
- /usr/include/absl/strings/cord.h:1641:13: error: declaration of 'operator<=' as non-function
- 1641 | inline bool operator<=(absl::string_view x, const Cord& y) { return !(y < x); }
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1641:30: error: 'string_view' is not a member of 'absl'
- 1641 | inline bool operator<=(absl::string_view x, const Cord& y) { return !(y < x); }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1641:45: error: expected primary-expression before 'const'
- 1641 | inline bool operator<=(absl::string_view x, const Cord& y) { return !(y < x); }
- | ^~~~~
- /usr/include/absl/strings/cord.h:1642:45: error: 'absl::string_view' has not been declared
- 1642 | inline bool operator>=(const Cord& x, absl::string_view y) { return !(x < y); }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1643:13: error: declaration of 'operator>=' as non-function
- 1643 | inline bool operator>=(absl::string_view x, const Cord& y) { return !(x < y); }
- | ^~~~~~~~
- /usr/include/absl/strings/cord.h:1643:30: error: 'string_view' is not a member of 'absl'
- 1643 | inline bool operator>=(absl::string_view x, const Cord& y) { return !(x < y); }
- | ^~~~~~~~~~~
- /usr/include/absl/strings/cord.h:1643:45: error: expected primary-expression before 'const'
- 1643 | inline bool operator>=(absl::string_view x, const Cord& y) { return !(x < y); }
- | ^~~~~
- In file included from /usr/include/google/protobuf/io/coded_stream.h:136:
- /usr/include/google/protobuf/port.h:173:14: error: 'optional' in namespace 'absl' does not name a template type
- 173 | inline absl::optional<absl::string_view> RttiTypeName() {
- | ^~~~~~~~
- /usr/include/google/protobuf/io/coded_stream.h:885:51: error: 'absl::string_view' has not been declared
- 885 | uint8_t* WriteStringOutline(uint32_t num, absl::string_view s, uint8_t* ptr);
- | ^~~~~~~~~~~
- /usr/include/google/protobuf/io/coded_stream.h: In member function 'std::ptrdiff_t google::protobuf::io::EpsCopyOutputStream::GetSize(uint8_t*) const':
- /usr/include/google/protobuf/io/coded_stream.h:847:5: error: invalid conversion from 'const char*' to 'int' [-fpermissive]
- 847 | ABSL_DCHECK(ptr <= end_ + kSlopBytes); // NOLINT
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:358:37: note: initializing argument 3 of 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)'
- 358 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/google/protobuf/io/coded_stream.h: In member function 'uint8_t* google::protobuf::io::EpsCopyOutputStream::WriteTag(uint32_t, uint32_t, uint8_t*)':
- /usr/include/google/protobuf/io/coded_stream.h:868:5: error: invalid conversion from 'const char*' to 'int' [-fpermissive]
- 868 | ABSL_DCHECK(ptr < end_); // NOLINT
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:358:37: note: initializing argument 3 of 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)'
- 358 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/google/protobuf/io/coded_stream.h: In member function 'bool google::protobuf::io::CodedOutputStream::HadError()':
- /usr/include/google/protobuf/io/coded_stream.h:1077:5: error: invalid conversion from 'const char*' to 'int' [-fpermissive]
- 1077 | ABSL_DCHECK(cur_);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:358:37: note: initializing argument 3 of 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)'
- 358 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/google/protobuf/arena_align.h: In function 'google::protobuf::internal::ArenaAlign google::protobuf::internal::ArenaAlignAs(size_t)':
- /usr/include/google/protobuf/arena_align.h:180:3: error: no matching function for call to 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char [43], int, std::string&)'
- 180 | ABSL_DCHECK_NE(align, 0U);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:357:3: note: candidate: 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)'
- 357 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:358:37: note: no known conversion for argument 3 from 'std::string' {aka 'std::__cxx11::basic_string<char>'} to 'int'
- 358 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:3: note: candidate: 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)'
- 356 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:3: note: candidate expects 2 arguments, 3 provided
- /usr/include/google/protobuf/arena_align.h:181:3: error: invalid conversion from 'const char*' to 'int' [-fpermissive]
- 181 | ABSL_DCHECK(absl::has_single_bit(align)) << "Invalid alignment " << align;
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:358:37: note: initializing argument 3 of 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)'
- 358 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/google/protobuf/arena_cleanup.h: In function 'void google::protobuf::internal::cleanup::CreateNode(Tag, void*, const void*, void (*)(void*))':
- /usr/include/google/protobuf/arena_cleanup.h:96:5: error: no matching function for call to 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char [45], int, std::string&)'
- 96 | ABSL_DCHECK_EQ(elem & 3, 0ULL); // Must be aligned
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:357:3: note: candidate: 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)'
- 357 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:358:37: note: no known conversion for argument 3 from 'std::string' {aka 'std::__cxx11::basic_string<char>'} to 'int'
- 358 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:3: note: candidate: 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)'
- 356 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:3: note: candidate expects 2 arguments, 3 provided
- /usr/include/google/protobuf/string_block.h: In static member function 'static google::protobuf::internal::StringBlock* google::protobuf::internal::StringBlock::Emplace(void*, size_t, google::protobuf::internal::StringBlock*)':
- /usr/include/google/protobuf/string_block.h:146:3: error: no matching function for call to 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)'
- 146 | ABSL_DCHECK_EQ(count, NextSize(next));
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:357:3: note: candidate: 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)'
- 357 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:358:37: note: no known conversion for argument 3 from 'std::string' {aka 'std::__cxx11::basic_string<char>'} to 'int'
- 358 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:3: note: candidate: 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)'
- 356 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:3: note: candidate expects 2 arguments, 3 provided
- /usr/include/google/protobuf/string_block.h: In static member function 'static size_t google::protobuf::internal::StringBlock::Delete(google::protobuf::internal::StringBlock*)':
- /usr/include/google/protobuf/string_block.h:168:3: error: invalid conversion from 'const char*' to 'int' [-fpermissive]
- 168 | ABSL_DCHECK(block != nullptr);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:358:37: note: initializing argument 3 of 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)'
- 358 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/google/protobuf/string_block.h: In member function 'std::string* google::protobuf::internal::StringBlock::AtOffset(size_t)':
- /usr/include/google/protobuf/string_block.h:183:3: error: no matching function for call to 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)'
- 183 | ABSL_DCHECK_LE(offset, effective_size());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:357:3: note: candidate: 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)'
- 357 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:358:37: note: no known conversion for argument 3 from 'std::string' {aka 'std::__cxx11::basic_string<char>'} to 'int'
- 358 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:3: note: candidate: 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)'
- 356 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:3: note: candidate expects 2 arguments, 3 provided
- /usr/include/google/protobuf/serial_arena.h: In constructor 'google::protobuf::internal::ArenaBlock::ArenaBlock(google::protobuf::internal::ArenaBlock*, size_t)':
- /usr/include/google/protobuf/serial_arena.h:72:5: error: no matching function for call to 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)'
- 72 | ABSL_DCHECK_GT(size, sizeof(ArenaBlock));
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:357:3: note: candidate: 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)'
- 357 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:358:37: note: no known conversion for argument 3 from 'std::string' {aka 'std::__cxx11::basic_string<char>'} to 'int'
- 358 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:3: note: candidate: 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)'
- 356 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:3: note: candidate expects 2 arguments, 3 provided
- /usr/include/google/protobuf/serial_arena.h: In member function 'char* google::protobuf::internal::ArenaBlock::Pointer(size_t)':
- /usr/include/google/protobuf/serial_arena.h:76:5: error: no matching function for call to 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)'
- 76 | ABSL_DCHECK_LE(n, size);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:357:3: note: candidate: 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)'
- 357 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:358:37: note: no known conversion for argument 3 from 'std::string' {aka 'std::__cxx11::basic_string<char>'} to 'int'
- 358 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:3: note: candidate: 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)'
- 356 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:3: note: candidate expects 2 arguments, 3 provided
- /usr/include/google/protobuf/serial_arena.h: In member function 'bool google::protobuf::internal::SerialArena::MaybeAllocateAligned(size_t, void**)':
- /usr/include/google/protobuf/serial_arena.h:247:5: error: invalid conversion from 'const char*' to 'int' [-fpermissive]
- 247 | ABSL_DCHECK(internal::ArenaAlignDefault::IsAligned(n));
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:358:37: note: initializing argument 3 of 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)'
- 358 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/google/protobuf/serial_arena.h:248:5: error: no matching function for call to 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)'
- 248 | ABSL_DCHECK_GE(limit_, ptr());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:357:3: note: candidate: 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)'
- 357 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:358:37: note: no known conversion for argument 3 from 'std::string' {aka 'std::__cxx11::basic_string<char>'} to 'int'
- 358 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:3: note: candidate: 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)'
- 356 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:3: note: candidate expects 2 arguments, 3 provided
- /usr/include/google/protobuf/serial_arena.h: In member function 'void* google::protobuf::internal::SerialArena::AllocateFromExistingWithCleanupFallback(size_t, size_t, void (*)(void*))':
- /usr/include/google/protobuf/serial_arena.h:308:5: error: no matching function for call to 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)'
- 308 | ABSL_DCHECK_GE(limit_, ptr());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:357:3: note: candidate: 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)'
- 357 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:358:37: note: no known conversion for argument 3 from 'std::string' {aka 'std::__cxx11::basic_string<char>'} to 'int'
- 358 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:3: note: candidate: 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)'
- 356 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:3: note: candidate expects 2 arguments, 3 provided
- /usr/include/google/protobuf/serial_arena.h: In member function 'void google::protobuf::internal::SerialArena::AddCleanupFromExisting(void*, void (*)(void*))':
- /usr/include/google/protobuf/serial_arena.h:320:5: error: no matching function for call to 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)'
- 320 | ABSL_DCHECK_GE(limit_, ptr());
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:357:3: note: candidate: 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)'
- 357 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:358:37: note: no known conversion for argument 3 from 'std::string' {aka 'std::__cxx11::basic_string<char>'} to 'int'
- 358 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:3: note: candidate: 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)'
- 356 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:3: note: candidate expects 2 arguments, 3 provided
- /usr/include/google/protobuf/arenastring.h: In static member function 'static void google::protobuf::internal::TaggedStringPtr::assert_aligned(const void*)':
- /usr/include/google/protobuf/arenastring.h:200:5: error: no matching function for call to 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char [43], int, std::string&)'
- 200 | ABSL_DCHECK_EQ(reinterpret_cast<uintptr_t>(p) & kMask, 0UL);
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:357:3: note: candidate: 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)'
- 357 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:358:37: note: no known conversion for argument 3 from 'std::string' {aka 'std::__cxx11::basic_string<char>'} to 'int'
- 358 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:3: note: candidate: 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)'
- 356 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:3: note: candidate expects 2 arguments, 3 provided
- /usr/include/google/protobuf/arenastring.h: In member function 'std::string* google::protobuf::internal::TaggedStringPtr::TagAs(Type, std::string*)':
- /usr/include/google/protobuf/arenastring.h:204:5: error: invalid conversion from 'const char*' to 'int' [-fpermissive]
- 204 | ABSL_DCHECK(p != nullptr);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:358:37: note: initializing argument 3 of 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)'
- 358 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- In file included from /tmp/yaourt-tmp-anarch/aur-aasdk-git/src/aasdk-git/aasdk_build/aasdk_proto/AVChannelData.pb.h:26:
- /usr/include/google/protobuf/arenastring.h: At global scope:
- /usr/include/google/protobuf/arenastring.h:262:18: error: 'absl::string_view' has not been declared
- 262 | void Set(absl::string_view value, Arena* arena);
- | ^~~~~~~~~~~
- /usr/include/google/protobuf/arenastring.h:269:23: error: 'absl::string_view' has not been declared
- 269 | void SetBytes(absl::string_view value, Arena* arena);
- | ^~~~~~~~~~~
- /usr/include/google/protobuf/arenastring.h: In member function 'void google::protobuf::internal::ArenaStringPtr::Set(const char*, google::protobuf::Arena*)':
- /usr/include/google/protobuf/arenastring.h:413:13: error: 'string_view' is not a member of 'absl'
- 413 | Set(absl::string_view{s}, arena);
- | ^~~~~~~~~~~
- /usr/include/google/protobuf/arenastring.h: In member function 'void google::protobuf::internal::ArenaStringPtr::Set(const char*, size_t, google::protobuf::Arena*)':
- /usr/include/google/protobuf/arenastring.h:417:13: error: 'string_view' is not a member of 'absl'
- 417 | Set(absl::string_view{s, n}, arena);
- | ^~~~~~~~~~~
- /usr/include/google/protobuf/arenastring.h: At global scope:
- /usr/include/google/protobuf/arenastring.h:420:13: error: variable or field 'SetBytes' declared void
- 420 | inline void ArenaStringPtr::SetBytes(absl::string_view value, Arena* arena) {
- | ^~~~~~~~~~~~~~
- /usr/include/google/protobuf/arenastring.h:420:44: error: 'string_view' is not a member of 'absl'
- 420 | inline void ArenaStringPtr::SetBytes(absl::string_view value, Arena* arena) {
- | ^~~~~~~~~~~
- /usr/include/google/protobuf/arenastring.h:420:68: error: expected primary-expression before '*' token
- 420 | inline void ArenaStringPtr::SetBytes(absl::string_view value, Arena* arena) {
- | ^
- /usr/include/google/protobuf/arenastring.h:420:70: error: 'arena' was not declared in this scope; did you mean 'Arena'?
- 420 | inline void ArenaStringPtr::SetBytes(absl::string_view value, Arena* arena) {
- | ^~~~~
- | Arena
- /usr/include/google/protobuf/arenastring.h: In member function 'void google::protobuf::internal::ArenaStringPtr::SetBytes(const void*, size_t, google::protobuf::Arena*)':
- /usr/include/google/protobuf/arenastring.h:442:13: error: 'string_view' is not a member of 'absl'
- 442 | Set(absl::string_view{static_cast<const char*>(p), n}, arena);
- | ^~~~~~~~~~~
- /usr/include/google/protobuf/arenastring.h: In member function 'std::string* google::protobuf::internal::ArenaStringPtr::UnsafeMutablePointer()':
- /usr/include/google/protobuf/arenastring.h:481:3: error: invalid conversion from 'const char*' to 'int' [-fpermissive]
- 481 | ABSL_DCHECK(tagged_ptr_.IsMutable());
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:358:37: note: initializing argument 3 of 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)'
- 358 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/google/protobuf/arenastring.h:482:3: error: invalid conversion from 'const char*' to 'int' [-fpermissive]
- 482 | ABSL_DCHECK(tagged_ptr_.Get() != nullptr);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:358:37: note: initializing argument 3 of 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)'
- 358 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/google/protobuf/message_lite.h: In function 'int google::protobuf::internal::ToIntSize(size_t)':
- /usr/include/google/protobuf/message_lite.h:125:3: error: no matching function for call to 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char [44], int, std::string&)'
- 125 | ABSL_DCHECK_LE(size, static_cast<size_t>(INT_MAX));
- | ^~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:357:3: note: candidate: 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)'
- 357 | LogMessageFatal(const char* file, int line,
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:358:37: note: no known conversion for argument 3 from 'std::string' {aka 'std::__cxx11::basic_string<char>'} to 'int'
- 358 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:3: note: candidate: 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int)'
- 356 | LogMessageFatal(const char* file, int line) ABSL_ATTRIBUTE_COLD;
- | ^~~~~~~~~~~~~~~
- /usr/include/absl/log/internal/log_message.h:356:3: note: candidate expects 2 arguments, 3 provided
- In file included from /usr/include/google/protobuf/generated_message_tctable_decl.h:44,
- from /tmp/yaourt-tmp-anarch/aur-aasdk-git/src/aasdk-git/aasdk_build/aasdk_proto/AVChannelData.pb.h:27:
- /usr/include/google/protobuf/message_lite.h: At global scope:
- /usr/include/google/protobuf/message_lite.h:290:63: error: 'absl::string_view' has not been declared
- 290 | PROTOBUF_ATTRIBUTE_REINITIALIZES bool ParseFromString(absl::string_view data);
- | ^~~~~~~~~~~
- /usr/include/google/protobuf/message_lite.h:294:13: error: 'absl::string_view' has not been declared
- 294 | absl::string_view data);
- | ^~~~~~~~~~~
- /usr/include/google/protobuf/message_lite.h:325:30: error: 'absl::string_view' has not been declared
- 325 | bool MergeFromString(absl::string_view data);
- | ^~~~~~~~~~~
- /usr/include/google/protobuf/message_lite.h:536:26: error: 'string_view' is not a member of 'absl'
- 536 | bool MergeFromImpl(absl::string_view input, MessageLite* msg,
- | ^~~~~~~~~~~
- /usr/include/google/protobuf/message_lite.h:536:56: error: expected primary-expression before '*' token
- 536 | bool MergeFromImpl(absl::string_view input, MessageLite* msg,
- | ^
- /usr/include/google/protobuf/message_lite.h:536:58: error: 'msg' was not declared in this scope
- 536 | bool MergeFromImpl(absl::string_view input, MessageLite* msg,
- | ^~~
- /usr/include/google/protobuf/message_lite.h:537:44: error: expected primary-expression before 'parse_flags'
- 537 | MessageLite::ParseFlags parse_flags);
- | ^~~~~~~~~~~
- /usr/include/google/protobuf/message_lite.h:537:55: error: expression list treated as compound expression in initializer [-fpermissive]
- 537 | MessageLite::ParseFlags parse_flags);
- | ^
- /usr/include/google/protobuf/message_lite.h:538:42: error: expected ';' before '(' token
- 538 | extern template bool MergeFromImpl<false>(absl::string_view input,
- | ^
- | ;
- /usr/include/google/protobuf/message_lite.h:541:41: error: expected ';' before '(' token
- 541 | extern template bool MergeFromImpl<true>(absl::string_view input,
- | ^
- | ;
- /usr/include/google/protobuf/message_lite.h:547:55: error: 'template<bool alias> bool google::protobuf::internal::MergeFromImpl(google::protobuf::io::ZeroCopyInputStream*, google::protobuf::MessageLite*, google::protobuf::MessageLite::ParseFlags)' conflicts with a previous declaration
- 547 | MessageLite::ParseFlags parse_flags);
- | ^
- /usr/include/google/protobuf/message_lite.h:536:6: note: previous declaration 'template<bool alias> bool google::protobuf::internal::MergeFromImpl<alias>'
- 536 | bool MergeFromImpl(absl::string_view input, MessageLite* msg,
- | ^~~~~~~~~~~~~
- /usr/include/google/protobuf/message_lite.h:548:22: error: 'template<bool alias> bool google::protobuf::internal::MergeFromImpl<alias>' is not a function template
- 548 | extern template bool MergeFromImpl<false>(io::ZeroCopyInputStream* input,
- | ^~~~~~~~~~~~~~~~~~~~
- /usr/include/google/protobuf/message_lite.h:551:22: error: 'template<bool alias> bool google::protobuf::internal::MergeFromImpl<alias>' is not a function template
- 551 | extern template bool MergeFromImpl<true>(io::ZeroCopyInputStream* input,
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/google/protobuf/message_lite.h:562:55: error: 'template<bool alias> bool google::protobuf::internal::MergeFromImpl(BoundedZCIS, google::protobuf::MessageLite*, google::protobuf::MessageLite::ParseFlags)' conflicts with a previous declaration
- 562 | MessageLite::ParseFlags parse_flags);
- | ^
- /usr/include/google/protobuf/message_lite.h:536:6: note: previous declaration 'template<bool alias> bool google::protobuf::internal::MergeFromImpl<alias>'
- 536 | bool MergeFromImpl(absl::string_view input, MessageLite* msg,
- | ^~~~~~~~~~~~~
- /usr/include/google/protobuf/message_lite.h:563:22: error: 'template<bool alias> bool google::protobuf::internal::MergeFromImpl<alias>' is not a function template
- 563 | extern template bool MergeFromImpl<false>(BoundedZCIS input, MessageLite* msg,
- | ^~~~~~~~~~~~~~~~~~~~
- /usr/include/google/protobuf/message_lite.h:565:22: error: 'template<bool alias> bool google::protobuf::internal::MergeFromImpl<alias>' is not a function template
- 565 | extern template bool MergeFromImpl<true>(BoundedZCIS input, MessageLite* msg,
- | ^~~~~~~~~~~~~~~~~~~
- /usr/include/google/protobuf/message_lite.h:573:55: error: 'template<bool alias, class T> bool google::protobuf::internal::MergeFromImpl(const SourceWrapper<T>&, google::protobuf::MessageLite*, google::protobuf::MessageLite::ParseFlags)' conflicts with a previous declaration
- 573 | MessageLite::ParseFlags parse_flags) {
- | ^
- /usr/include/google/protobuf/message_lite.h:536:6: note: previous declaration 'template<bool alias> bool google::protobuf::internal::MergeFromImpl<alias>'
- 536 | bool MergeFromImpl(absl::string_view input, MessageLite* msg,
- | ^~~~~~~~~~~~~
- In file included from /usr/include/google/protobuf/repeated_field.h:65,
- from /usr/include/google/protobuf/implicit_weak_message.h:39,
- from /usr/include/google/protobuf/parse_context.h:50,
- from /usr/include/google/protobuf/generated_message_tctable_decl.h:45:
- /usr/include/google/protobuf/generated_enum_util.h:60:9: error: 'string_view' in namespace 'absl' does not name a type
- 60 | absl::string_view name;
- | ^~~~~~~~~~~
- /usr/include/google/protobuf/generated_enum_util.h:66:44: error: 'absl::string_view' has not been declared
- 66 | absl::string_view name, int* value);
- | ^~~~~~~~~~~
- /usr/include/google/protobuf/repeated_ptr_field.h: In member function 'void google::protobuf::internal::RepeatedPtrFieldBase::InternalSwap(google::protobuf::internal::RepeatedPtrFieldBase*)':
- /usr/include/google/protobuf/repeated_ptr_field.h:307:5: error: invalid conversion from 'const char*' to 'int' [-fpermissive]
- 307 | ABSL_DCHECK(this != rhs);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:358:37: note: initializing argument 3 of 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)'
- 358 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- In file included from /usr/include/google/protobuf/parse_context.h:51:
- /usr/include/google/protobuf/inlined_string_field.h: At global scope:
- /usr/include/google/protobuf/inlined_string_field.h:132:18: error: 'absl::string_view' has not been declared
- 132 | void Set(absl::string_view value, Arena* arena, bool donated,
- | ^~~~~~~~~~~
- /usr/include/google/protobuf/inlined_string_field.h:151:23: error: 'absl::string_view' has not been declared
- 151 | void SetBytes(absl::string_view value, Arena* arena, bool donated,
- | ^~~~~~~~~~~
- /usr/include/google/protobuf/inlined_string_field.h:169:48: error: 'absl::string_view' has not been declared
- 169 | PROTOBUF_NDEBUG_INLINE void SetNoArena(absl::string_view value);
- | ^~~~~~~~~~~
- /usr/include/google/protobuf/inlined_string_field.h:415:13: error: variable or field 'SetNoArena' declared void
- 415 | inline void InlinedStringField::SetNoArena(absl::string_view value) {
- | ^~~~~~~~~~~~~~~~~~
- /usr/include/google/protobuf/inlined_string_field.h:415:50: error: 'string_view' is not a member of 'absl'
- 415 | inline void InlinedStringField::SetNoArena(absl::string_view value) {
- | ^~~~~~~~~~~
- /usr/include/google/protobuf/inlined_string_field.h:447:13: error: variable or field 'Set' declared void
- 447 | inline void InlinedStringField::Set(absl::string_view value, Arena* arena,
- | ^~~~~~~~~~~~~~~~~~
- /usr/include/google/protobuf/inlined_string_field.h:447:43: error: 'string_view' is not a member of 'absl'
- 447 | inline void InlinedStringField::Set(absl::string_view value, Arena* arena,
- | ^~~~~~~~~~~
- /usr/include/google/protobuf/inlined_string_field.h:447:67: error: expected primary-expression before '*' token
- 447 | inline void InlinedStringField::Set(absl::string_view value, Arena* arena,
- | ^
- /usr/include/google/protobuf/inlined_string_field.h:447:69: error: 'arena' was not declared in this scope; did you mean 'Arena'?
- 447 | inline void InlinedStringField::Set(absl::string_view value, Arena* arena,
- | ^~~~~
- | Arena
- /usr/include/google/protobuf/inlined_string_field.h:448:37: error: expected primary-expression before 'bool'
- 448 | bool donated, uint32_t* /*donating_states*/,
- | ^~~~
- /usr/include/google/protobuf/inlined_string_field.h:448:59: error: expected primary-expression before '*' token
- 448 | bool donated, uint32_t* /*donating_states*/,
- | ^
- /usr/include/google/protobuf/inlined_string_field.h:448:80: error: expected primary-expression before ',' token
- 448 | bool donated, uint32_t* /*donating_states*/,
- | ^
- /usr/include/google/protobuf/inlined_string_field.h:449:54: error: expected primary-expression before ',' token
- 449 | uint32_t /*mask*/, MessageLite* /*msg*/) {
- | ^
- /usr/include/google/protobuf/inlined_string_field.h:449:67: error: expected primary-expression before '*' token
- 449 | uint32_t /*mask*/, MessageLite* /*msg*/) {
- | ^
- /usr/include/google/protobuf/inlined_string_field.h:449:76: error: expected primary-expression before ')' token
- 449 | uint32_t /*mask*/, MessageLite* /*msg*/) {
- | ^
- /usr/include/google/protobuf/inlined_string_field.h: In member function 'void google::protobuf::internal::InlinedStringField::Set(const char*, google::protobuf::Arena*, bool, uint32_t*, uint32_t, google::protobuf::MessageLite*)':
- /usr/include/google/protobuf/inlined_string_field.h:458:13: error: 'string_view' is not a member of 'absl'
- 458 | Set(absl::string_view(str), arena, donated, donating_states, mask, msg);
- | ^~~~~~~~~~~
- /usr/include/google/protobuf/inlined_string_field.h: In member function 'void google::protobuf::internal::InlinedStringField::Set(const char*, size_t, google::protobuf::Arena*, bool, uint32_t*, uint32_t, google::protobuf::MessageLite*)':
- /usr/include/google/protobuf/inlined_string_field.h:465:13: error: 'string_view' is not a member of 'absl'
- 465 | Set(absl::string_view{str, size}, arena, donated, donating_states, mask, msg);
- | ^~~~~~~~~~~
- /usr/include/google/protobuf/inlined_string_field.h: At global scope:
- /usr/include/google/protobuf/inlined_string_field.h:468:13: error: variable or field 'SetBytes' declared void
- 468 | inline void InlinedStringField::SetBytes(absl::string_view value, Arena* arena,
- | ^~~~~~~~~~~~~~~~~~
- /usr/include/google/protobuf/inlined_string_field.h:468:48: error: 'string_view' is not a member of 'absl'
- 468 | inline void InlinedStringField::SetBytes(absl::string_view value, Arena* arena,
- | ^~~~~~~~~~~
- /usr/include/google/protobuf/inlined_string_field.h:468:72: error: expected primary-expression before '*' token
- 468 | inline void InlinedStringField::SetBytes(absl::string_view value, Arena* arena,
- | ^
- /usr/include/google/protobuf/inlined_string_field.h:468:74: error: 'arena' was not declared in this scope; did you mean 'Arena'?
- 468 | inline void InlinedStringField::SetBytes(absl::string_view value, Arena* arena,
- | ^~~~~
- | Arena
- /usr/include/google/protobuf/inlined_string_field.h:469:42: error: expected primary-expression before 'bool'
- 469 | bool donated,
- | ^~~~
- /usr/include/google/protobuf/inlined_string_field.h:470:50: error: expected primary-expression before '*' token
- 470 | uint32_t* donating_states,
- | ^
- /usr/include/google/protobuf/inlined_string_field.h:470:52: error: 'donating_states' was not declared in this scope
- 470 | uint32_t* donating_states,
- | ^~~~~~~~~~~~~~~
- /usr/include/google/protobuf/inlined_string_field.h:471:51: error: expected primary-expression before 'mask'
- 471 | uint32_t mask, MessageLite* msg) {
- | ^~~~
- /usr/include/google/protobuf/inlined_string_field.h:471:68: error: expected primary-expression before '*' token
- 471 | uint32_t mask, MessageLite* msg) {
- | ^
- /usr/include/google/protobuf/inlined_string_field.h:471:70: error: 'msg' was not declared in this scope
- 471 | uint32_t mask, MessageLite* msg) {
- | ^~~
- /usr/include/google/protobuf/parse_context.h:75:63: error: 'absl::string_view' has not been declared
- 75 | PROTOBUF_EXPORT void WriteLengthDelimited(uint32_t num, absl::string_view val,
- | ^~~~~~~~~~~
- /usr/include/google/protobuf/parse_context.h:79:54: error: 'absl::string_view' has not been declared
- 79 | inline void WriteLengthDelimited(uint32_t num, absl::string_view val,
- | ^~~~~~~~~~~
- /usr/include/google/protobuf/parse_context.h:303:30: error: 'absl::string_view' has not been declared
- 303 | const char* InitFrom(absl::string_view flat) {
- | ^~~~~~~~~~~
- /usr/include/google/protobuf/parse_context.h: In member function 'void google::protobuf::internal::EpsCopyInputStream::BackUp(const char*)':
- /usr/include/google/protobuf/parse_context.h:127:5: error: invalid conversion from 'const char*' to 'int' [-fpermissive]
- 127 | ABSL_DCHECK(ptr <= buffer_end_ + kSlopBytes);
- | ^~~~~~~~~~~
- | |
- | const char*
- /usr/include/absl/log/internal/log_message.h:358:37: note: initializing argument 3 of 'absl::lts_20230802::log_internal::LogMessageFatal::LogMessageFatal(const char*, int, int)'
- 358 | absl::string_view failure_msg) ABSL_ATTRIBUTE_COLD;
- | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
- /usr/include/google/protobuf/parse_context.h: In member function 'google::protobuf::internal::EpsCopyInputStream::LimitToken google::protobuf::internal::EpsCopyInputStream::PushLimit(const char*, int)':
- /usr/include/google/protobuf/parse_context.h:175:5: error: invalid conversion from 'const char*' to 'int' [-fpermissive]
- 175 | ABSL_DCHECK(limit >= 0 && limit <= INT_MAX - kSlopBytes);
- | ^~~~~~~~~~~