mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-31 03:47:16 +02:00
Add missing copyright to static_assert() header
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
// Copyright 2023 Christian Mazakas
|
||||||
|
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#ifndef BOOST_UNORDERED_DETAIL_STATIC_ASSERT_HPP
|
#ifndef BOOST_UNORDERED_DETAIL_STATIC_ASSERT_HPP
|
||||||
#define BOOST_UNORDERED_DETAIL_STATIC_ASSERT_HPP
|
#define BOOST_UNORDERED_DETAIL_STATIC_ASSERT_HPP
|
||||||
|
|
||||||
@ -9,4 +13,4 @@
|
|||||||
#define BOOST_UNORDERED_STATIC_ASSERT(...) \
|
#define BOOST_UNORDERED_STATIC_ASSERT(...) \
|
||||||
static_assert(__VA_ARGS__, #__VA_ARGS__)
|
static_assert(__VA_ARGS__, #__VA_ARGS__)
|
||||||
|
|
||||||
#endif // BOOST_UNORDERED_DETAIL_STATIC_ASSERT_HPP
|
#endif // BOOST_UNORDERED_DETAIL_STATIC_ASSERT_HPP
|
||||||
|
Reference in New Issue
Block a user