MushMachine/external/json/include/nlohmann/detail/meta/call_std/end.hpp

18 lines
451 B
C++
Raw Normal View History

2022-08-02 14:28:39 +02:00
// __ _____ _____ _____
// __| | __| | | | JSON for Modern C++
2022-10-30 02:36:30 +02:00
// | | |__ | | | | | | version 3.11.2
2022-08-02 14:28:39 +02:00
// |_____|_____|_____|_|___| https://github.com/nlohmann/json
//
// SPDX-FileCopyrightText: 2013-2022 Niels Lohmann <https://nlohmann.me>
// SPDX-License-Identifier: MIT
2021-12-11 23:32:21 +01:00
#pragma once
#include <nlohmann/detail/macro_scope.hpp>
2022-08-02 14:28:39 +02:00
NLOHMANN_JSON_NAMESPACE_BEGIN
2021-12-11 23:32:21 +01:00
NLOHMANN_CAN_CALL_STD_FUNC_IMPL(end);
2022-08-02 14:28:39 +02:00
NLOHMANN_JSON_NAMESPACE_END