Everywhere: Switch to #pragma once, add missing copyright headers

This commit is contained in:
Riyyi
2022-07-22 13:04:04 +02:00
parent bba2b30cbb
commit 8345f67c50
26 changed files with 58 additions and 107 deletions
+1 -4
View File
@@ -4,8 +4,7 @@
* SPDX-License-Identifier: MIT
*/
#ifndef UTIL_JSON_FROM_JSON_H
#define UTIL_JSON_FROM_JSON_H
#pragma once
#include <algorithm> // transform
#include <cassert> // assert
@@ -118,8 +117,6 @@ constexpr const auto& fromJson = Util::Detail::staticConst<Detail::fromJsonFunct
} // namespace Util::JSON
#endif // UTIL_JSON_FROM_JSON_H
// Customization Points
// https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4381.html