summaryrefslogtreecommitdiffhomepage
path: root/entity/constraints.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-02-23 09:51:16 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-02-23 09:51:16 +0100
commit26b537d5f2e4e48e0c183cca30ecb056a41cd3be (patch)
tree9e9501ceab6ab0f264eecef96afac8270fc9133f /entity/constraints.hpp
parent7d4f172bd280e77175f617f36673d99f50580d36 (diff)
wip
Diffstat (limited to 'entity/constraints.hpp')
-rw-r--r--entity/constraints.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/entity/constraints.hpp b/entity/constraints.hpp
index 99705047..cfe33bfe 100644
--- a/entity/constraints.hpp
+++ b/entity/constraints.hpp
@@ -18,6 +18,8 @@ template<typename T> struct range
constexpr bool operator==(const range&) const noexcept = default;
};
+template<typename T> range(T min, T max) -> range<T>;
+
template<typename T>
constexpr range<T>::operator erased_constraints::range() const noexcept
{