Bug-fix: storage for non-inline static constexpr.

Somehow none of the compilers I test with cought this.
This commit is contained in:
Muzychenko Andrey 2021-09-29 06:07:00 +03:00
parent b4cb827d73
commit 65037e0e69
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ short options::vk_list[28]
std::map<std::string, std::string> options::settings{};
constexpr int options::MaxUps, options::MaxFps, options::MinUps, options::MinFps, options::DefUps, options::DefFps;
void options::init()
{