You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the typedef struct ICU4XBidi ICU4XBidi; is defined outside the namespace capi. Wherever this file is included, there is some weird shadowing going on, and our linter insists on importing this file, which then breaks everything as the struct is not a class.
The text was updated successfully, but these errors were encountered:
In Google C++, each type's header needs to be explicitly included. This leads to an issue with Diplomat's current output. For example:
Note that the
typedef struct ICU4XBidi ICU4XBidi;
is defined outside thenamespace capi
. Wherever this file is included, there is some weird shadowing going on, and our linter insists on importing this file, which then breaks everything as the struct is not a class.The text was updated successfully, but these errors were encountered: