Skip to content

Commit d441c27

Browse files
bhoehlgarretrieger
authored andcommitted
add type, causes ambiguous error on linux
1 parent 1b0b89e commit d441c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ift/feature_registry/registry_to_cc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def print_set():
4444
print("namespace ift::feature_registry {")
4545
print("")
4646
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({")
47+
print(" static const absl::NoDestructor<absl::flat_hash_set<hb_tag_t>> kDefaultFeatures((absl::flat_hash_set<hb_tag_t>) {")
4848
print_set()
4949
print(" });")
5050
print(" return *kDefaultFeatures;")

0 commit comments

Comments
 (0)