We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 256b734 commit 367bec3Copy full SHA for 367bec3
base_pack/totp/app_api_table.cpp
@@ -11,8 +11,8 @@ constexpr HashtableApiInterface applicaton_hashtable_api_interface{
11
.api_version_minor = 0,
12
.resolver_callback = &elf_resolve_from_hashtable,
13
},
14
- .table_cbegin = app_api_table.cbegin(),
15
- .table_cend = app_api_table.cend(),
+ app_api_table.cbegin(),
+ app_api_table.cend(),
16
};
17
18
extern "C" const ElfApiInterface* const application_api_interface =
0 commit comments