libkazv
Loading...
Searching...
No Matches
libkazv-config.hpp
Go to the documentation of this file.
1/*
2 * This file is part of libkazv.
3 * SPDX-FileCopyrightText: 2021 Tusooa Zhu <tusooa@kazv.moe>
4 * SPDX-License-Identifier: AGPL-3.0-or-later
5 */
6
7
8#pragma once
9
10#include <limits> // workaround for immer under gcc11 21/07/11
11#include "libkazv-defs.hpp"
12
13// https://github.com/arximboldi/zug/issues/24
14#ifndef ZUG_VARIANT_BOOST
15#define ZUG_VARIANT_BOOST 1
16#endif