diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-16 20:00:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-16 20:00:37 +0200 |
| commit | d21a3b2e16b4e5f974dd000e11c868e2021292f0 (patch) | |
| tree | d91d1351193a9f758daa9dad964e40f5a84ece7f /vendor/toml++/impl/std_vector.hpp | |
| parent | 50c2c9773d5660b1497a1132ffa96a7ab10d9c45 (diff) | |
| parent | d987d62459d59a6d95ffb815d5e6eccd8dbde1dd (diff) | |
Merge pull request #3 from nekernel-org/dev
v0.0.3
Diffstat (limited to 'vendor/toml++/impl/std_vector.hpp')
| -rw-r--r-- | vendor/toml++/impl/std_vector.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/toml++/impl/std_vector.hpp b/vendor/toml++/impl/std_vector.hpp new file mode 100644 index 0000000..e0cbac4 --- /dev/null +++ b/vendor/toml++/impl/std_vector.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 <mark.gillard@outlook.com.au> +//# 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 <vector> +#include <iterator> +TOML_ENABLE_WARNINGS; |
