mirror of
https://github.com/boostorg/openmethod.git
synced 2026-01-26 18:52:21 +00:00
13 lines
445 B
Bash
Executable File
13 lines
445 B
Bash
Executable File
mkdir -p flat/boost/openmethod
|
|
python3 dev/flatten.py \
|
|
flat/boost/openmethod.hpp \
|
|
include/boost/openmethod.hpp \
|
|
include/boost/openmethod/unique_ptr.hpp \
|
|
include/boost/openmethod/shared_ptr.hpp \
|
|
include/boost/openmethod/compiler.hpp
|
|
python3 dev/flatten.py \
|
|
flat/boost/openmethod/registry.hpp \
|
|
include/boost/openmethod/registry.hpp \
|
|
include/boost/openmethod/policies/*.hpp \
|
|
include/boost/openmethod/default_registry.hpp
|