From a3ea256d00e5aac45574c7c8b076b60630f73a95 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 24 Jul 2025 09:15:17 +0100 Subject: feat! refactor! Breaking changes of the NeBuild system. Working on a TOML backend, refactored source code namespace. And add 'toml++' vendor library. See commit details. Signed-off-by: Amlal El Mahrouss --- vendor/toml++/impl/std_map.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 vendor/toml++/impl/std_map.hpp (limited to 'vendor/toml++/impl/std_map.hpp') diff --git a/vendor/toml++/impl/std_map.hpp b/vendor/toml++/impl/std_map.hpp new file mode 100644 index 0000000..8f97330 --- /dev/null +++ b/vendor/toml++/impl/std_map.hpp @@ -0,0 +1,11 @@ +//# This file is a part of toml++ and is subject to the the terms of the MIT license. +//# Copyright (c) Mark Gillard +//# See https://github.com/marzer/tomlplusplus/blob/master/LICENSE for the full license text. +// SPDX-License-Identifier: MIT +#pragma once + +#include "preprocessor.hpp" +TOML_DISABLE_WARNINGS; +#include +#include +TOML_ENABLE_WARNINGS; -- cgit v1.2.3