We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abe94a commit fd58e18Copy full SHA for fd58e18
absl/base/attributes.h
@@ -858,7 +858,6 @@
858
#else
859
#define ABSL_ATTRIBUTE_VIEW
860
#endif
861
-#define ABSL_INTERNAL_ATTRIBUTE_VIEW ABSL_ATTRIBUTE_VIEW // Deprecated
862
863
// ABSL_ATTRIBUTE_OWNER indicates that a type is a container, smart pointer, or
864
// similar class that owns all the data that it points to.
@@ -890,7 +889,6 @@
890
889
891
#define ABSL_ATTRIBUTE_OWNER
892
893
-#define ABSL_INTERNAL_ATTRIBUTE_OWNER ABSL_ATTRIBUTE_OWNER // Deprecated
894
895
// ABSL_ATTRIBUTE_TRIVIAL_ABI
896
// Indicates that a type is "trivially relocatable" -- meaning it can be
0 commit comments