add license term

This commit is contained in:
Syoyo Fujita
2026-01-07 06:55:43 +09:00
parent 428a40f513
commit f017d061bd

View File

@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
#pragma once
#include <cstdint>
@@ -235,4 +236,4 @@ inline void swap(static_any& a, static_any& b) noexcept {
a.swap(b);
}
}
}