add license
parent
8e48ccd9cf
commit
cd18605a23
|
@ -1,6 +1,13 @@
|
||||||
// Functionality to serialize std::optional<T> to boost::archive
|
/* ----------------------------------------------------------------------------
|
||||||
// Following this:
|
* Use, modification and distribution is subject to the Boost Software
|
||||||
// PR: https://github.com/boostorg/serialization/pull/148/files#
|
* License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
* http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
* See http://www.boost.org for updates, documentation, and revision history.
|
||||||
|
|
||||||
|
* Functionality to serialize std::optional<T> to boost::archive
|
||||||
|
* Inspired from this PR: https://github.com/boostorg/serialization/pull/163
|
||||||
|
* ---------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include <optional>
|
#include <optional>
|
||||||
|
|
Loading…
Reference in New Issue