From 65037e0e69efa7c127fe3ea8a49d3a2a56aca854 Mon Sep 17 00:00:00 2001 From: Muzychenko Andrey <33288308+k4zmu2a@users.noreply.github.com> Date: Wed, 29 Sep 2021 06:07:00 +0300 Subject: [PATCH] Bug-fix: storage for non-inline static constexpr. Somehow none of the compilers I test with cought this. --- SpaceCadetPinball/options.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SpaceCadetPinball/options.cpp b/SpaceCadetPinball/options.cpp index 658e96d..09284a0 100644 --- a/SpaceCadetPinball/options.cpp +++ b/SpaceCadetPinball/options.cpp @@ -44,6 +44,8 @@ short options::vk_list[28] std::map options::settings{}; +constexpr int options::MaxUps, options::MaxFps, options::MinUps, options::MinFps, options::DefUps, options::DefFps; + void options::init() {