Project import generated by Copybara.

GitOrigin-RevId: 17113e259b160929c49262e7aa78ac22d228f9fc
This commit is contained in:
MediaPipe Team
2022-03-22 17:48:17 -07:00
committed by jqtang
parent cc6a2f7af6
commit c6c80c3745
4 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ constexpr auto tag_build(S) {
#define MPP_TAG(s) \
([] { \
struct S { \
const const_str tag{s}; \
const ::mediapipe::api2::const_str tag{s}; \
}; \
return ::mediapipe::api2::internal::tag_build(S()); \
}())