55 #else // ABSL_USES_STD_STRING_VIEW Initial Commit 5 years ago 56 Export of internal Abseil changes 3 years ago 57 #if ABSL_HAVE_BUILTIN(__builtin_memcmp) || \ 58 (defined(__GNUC__) && !defined(__clang__)) 59 #define ABSL_INTERNAL_STRING_VIEW_MEMCMP __bui...
#else // ABSL_USES_STD_STRING_VIEW Sep 20, 2017 Initial Commit Sep 20, 2017 56 Oct 16, 2019 Export of internal Abseil changes Oct 16, 2019 57 58 59 60 61 62 63 #if ABSL_HAVE_BUILTIN(__builtin_memcmp) || \ (defined(__GNUC__) && !defined(__clang__)) ...
Now that Envoy is using c++17, std::string_view is available. To avoid a huge change to replace all uses in the code, absl::string_view will become an alias for std::string_view if we #define ABSL_USES_STD_STRING_VIEW (see https://github...
// absl::string_view is a typedef of std::string_view, use the feature macro // ABSL_USES_STD_STRING_VIEW. #define ABSL_OPTION_USE_STD_STRING_VIEW 2 See also: https://abseil.io/docs/cpp/guides/options https://abseil.io/blog/201901115-options 👍 1 ahoereth reacted with thumbs...
#define ABSL_STRINGS_STRING_VIEW_H_ #include <algorithm> #include "absl/base/config.h" Oct 30, 2019 Export of internal Abseil changes Oct 30, 2019 33 #ifdef ABSL_USES_STD_STRING_VIEW Sep 20, 2017 Initial Commit Sep 20, 2017 34 ...
include/tensorflow/core/lib/core/stringpiece.h:34:38: fatal error: absl/strings/string_view.h: No such file or directory #include "absl/strings/string_view.h" ^ Any work around for this? Thanks! av8ramitself-assigned thisSep 12, 2018 ...
(std::basic_string_view<char, std::char_traits<char> >, absl::lts_20230125::log_internal::LogMessage::StringType)' [build] D:/ProgramFilesU/gcc-compilers/mingw-gcc12/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: libtest_pb_lib.a(...
src/clientlib/libdrillClient.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >* absl::lts_20230125::log_internal::MakeCheckOpString<absl::lts_20230125::string_view const&, absl::lts_20230125::string_view const&>(absl::lts_202...
By industry Healthcare Financial services Manufacturing Government View all industries View all solutions Resources Topics AI DevOps Security Software Development View all Explore Learning Pathways White papers, Ebooks, Webinars Customer Stories Partners Open Source GitHub Sponsors Fund...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...