Skip to content

Commit 3e5870c

Browse files
committed
temporary: flattened headers in source tree
1 parent 96cea88 commit 3e5870c

3 files changed

Lines changed: 5485 additions & 0 deletions

File tree

dev/local-flat.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
python3 dev/flatten.py \
9+
flat/boost/openmethod/policies.hpp \
10+
include/boost/openmethod/policies.hpp

0 commit comments

Comments
 (0)