$darkmode
constexpr.hpp File Reference

Go to the source code of this file.

Detailed Description

This file defines CONSTEXPR, which is constexpr when Cloe is compiled in Release mode, and empty when compiled in Debug mode.

This allows us to insert assert statements in constexpr functions, nothing more.