From: Daniel Karbach Date: Mon, 9 Nov 2015 10:38:03 +0000 (+0100) Subject: fix Location for debug build X-Git-Url: http://git.localhorst.tv/?a=commitdiff_plain;h=e2355b50a0d31f675e16593299256334c2baa2c4;hp=3b2fe22c33074664b0c4f24be374e4e6c1c0ed2f;p=blank.git fix Location for debug build --- diff --git a/src/geometry/Location.hpp b/src/geometry/Location.hpp index 7dbff69..43d94dc 100644 --- a/src/geometry/Location.hpp +++ b/src/geometry/Location.hpp @@ -60,6 +60,9 @@ struct Location { }; +template constexpr typename Location::CoarseScalar Location::scale; +template constexpr typename Location::FineScalar Location::fscale; + template inline Location &Location::Correct() noexcept { while (block.x >= fscale) {