// Copyright (c) 2021 The Limenka developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef LIMENKA_UTIL_TYPES_H #define LIMENKA_UTIL_TYPES_H // Not needed after C++23 (DR, https://cplusplus.github.io/CWG/issues/2518.html) template inline constexpr bool ALWAYS_FALSE{false}; #endif // LIMENKA_UTIL_TYPES_H