We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96cea88 commit 3e5870cCopy full SHA for 3e5870c
3 files changed
dev/local-flat.sh
@@ -0,0 +1,10 @@
1
+mkdir -p flat/boost/openmethod
2
+python3 dev/flatten.py \
3
+ flat/boost/openmethod.hpp \
4
+ include/boost/openmethod.hpp \
5
+ include/boost/openmethod/unique_ptr.hpp \
6
+ include/boost/openmethod/shared_ptr.hpp \
7
+ include/boost/openmethod/compiler.hpp
8
9
+ flat/boost/openmethod/policies.hpp \
10
+ include/boost/openmethod/policies.hpp
0 commit comments