mirror of
https://github.com/boostorg/openmethod.git
synced 2026-01-19 04:22:12 +00:00
13 lines
471 B
Bash
Executable File
13 lines
471 B
Bash
Executable File
mkdir -p flat/boost/openmethod
|
|
python3 dev/flatten.py \
|
|
flat/boost/openmethod.hpp \
|
|
include/boost/openmethod.hpp \
|
|
include/boost/openmethod/interop/std_unique_ptr.hpp \
|
|
include/boost/openmethod/interop/std_shared_ptr.hpp \
|
|
include/boost/openmethod/initialize.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
|