mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472
14 lines
376 B
C++
14 lines
376 B
C++
https://svn.boost.org/trac/boost/ticket/12982
|
|
https://github.com/boostorg/serialization/commit/1d8626158123
|
|
|
|
--- boost/serialization/array.hpp.orig 2017-04-17 02:22:24 UTC
|
|
+++ boost/serialization/array.hpp
|
|
@@ -23,6 +23,8 @@ namespace std{
|
|
} // namespace std
|
|
#endif
|
|
|
|
+#include <boost/serialization/array_wrapper.hpp>
|
|
+
|
|
#ifndef BOOST_NO_CXX11_HDR_ARRAY
|
|
|
|
#include <array>
|