mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 03:17:15 +02:00
Add missing licensing to opt_storage header
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
// Copyright (C) 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_OPT_STORAGE_HPP
|
#ifndef BOOST_UNORDERED_DETAIL_OPT_STORAGE_HPP
|
||||||
#define BOOST_UNORDERED_DETAIL_OPT_STORAGE_HPP
|
#define BOOST_UNORDERED_DETAIL_OPT_STORAGE_HPP
|
||||||
|
|
||||||
@ -22,4 +27,4 @@ namespace boost {
|
|||||||
} // namespace unordered
|
} // namespace unordered
|
||||||
} // namespace boost
|
} // namespace boost
|
||||||
|
|
||||||
#endif // BOOST_UNORDERED_DETAIL_OPT_STORAGE_HPP
|
#endif // BOOST_UNORDERED_DETAIL_OPT_STORAGE_HPP
|
||||||
|
Reference in New Issue
Block a user