GaitGeneration by Graph Search
読み取り中…
検索中…
一致する文字列を見つけられません
toml11_define.h
[詳解]
1
3
4// Copyright(c) 2023-2025 Design Engineering Laboratory, Saitama University
5// Released under the MIT license
6// https://opensource.org/licenses/mit-license.php
7
8#ifndef DESIGNLAB_TOML11_DEFINE_H_
9#define DESIGNLAB_TOML11_DEFINE_H_
10
11// ライブラリの toml11の設定を行うためのヘッダファイル.
12// #include <toml.hpp>はこのプロジェクトの中では書かず,
13// このファイルをインクルードすること.
14
15
19#define TOML11_PRESERVE_COMMENTS_BY_DEFAULT
20
21#include <toml.hpp>
22
23
24#endif // DESIGNLAB_TOML11_DEFINE_H_