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 1b0b89e commit d441c27Copy full SHA for d441c27
ift/feature_registry/registry_to_cc.py
@@ -44,7 +44,7 @@ def print_set():
44
print("namespace ift::feature_registry {")
45
print("")
46
print("static const absl::flat_hash_set<hb_tag_t>& DefaultFeatureTags() {")
47
-print(" static const absl::NoDestructor<absl::flat_hash_set<hb_tag_t>> kDefaultFeatures({")
+print(" static const absl::NoDestructor<absl::flat_hash_set<hb_tag_t>> kDefaultFeatures((absl::flat_hash_set<hb_tag_t>) {")
48
print_set()
49
print(" });")
50
print(" return *kDefaultFeatures;")
0 commit comments