boostorg / boostorg/property_tree
property_tree/ptree_serialization.hpp does not include boost/archive/basic_archive.hpp
Open
- Dominant language
- C++
- Stars
- 65
- Forks
- 97
- PR merge metrics
- No merged PRs in 30d
Description
Here's the second clang-modules issue I found (with this and #99 addressed, I could build ptree_serialization as a submodule).
It refers to some archive/basic_archive details.
'''
-- a/1.77.0/src/boost_1_77_0/boost/property_tree/ptree_serialization.hpp
+++ b/1.77.0/src/boost_1_77_0/boost/property_tree/ptree_serialization.hpp
@@ -10,8 +10,8 @@
#ifndef BOOST_PROPERTY_TREE_PTREE_SERIALIZATION_HPP_INCLUDED
#define BOOST_PROPERTY_TREE_PTREE_SERIALIZATION_HPP_INCLUDED
+#include
#include
-
#include
#include
#include
'''
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.