forked from mawww/kakoune
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` normal.cc:2108:78: error: no matching constructor for initialization of 'const HashMap<Kakoune::Key, Kakoune::NormalCmd, MemoryDomain::Undefined, KeymapBackend>' static const HashMap<Key, NormalCmd, MemoryDomain::Undefined, KeymapBackend> keymap = { ^ ~ ./hash_map.hh:171:15: note: candidate constructor not viable: requires single argument 'val', but 159 arguments were provided constexpr HashMap(std::initializer_list<Item> val) : m_items(val), m_index(val.size()) ^ ./hash_map.hh:164:8: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 159 were provided struct HashMap ^ ./hash_map.hh:164:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 159 were provided ./hash_map.hh:169:15: note: candidate constructor not viable: requires 0 arguments, but 159 were provided constexpr HashMap() = default; ^ 1 error generated. ```
- Loading branch information
Showing
4 changed files
with
33 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters