2024-10-08 15:29:39 -07:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
bcp \
|
|
|
|
boost/asio/asio.hpp \
|
|
|
|
boost/container/flat_map.hpp \
|
|
|
|
boost/container/flat_set.hpp \
|
2024-10-31 17:58:48 -07:00
|
|
|
boost/container/list.hpp \
|
2024-10-08 15:29:39 -07:00
|
|
|
boost/container/small_vector.hpp \
|
|
|
|
boost/container/static_vector.hpp \
|
|
|
|
boost/icl/interval_map.hpp \
|
|
|
|
boost/icl/split_interval_map.hpp \
|
|
|
|
boost/icl/separate_interval_set.hpp \
|
|
|
|
boost/intrusive/list.hpp \
|
|
|
|
boost/intrusive/set.hpp \
|
|
|
|
align \
|
2024-10-31 17:58:48 -07:00
|
|
|
range \
|
|
|
|
optional \
|
|
|
|
utility \
|
|
|
|
tuple \
|
|
|
|
iterator \
|
2024-10-08 15:29:39 -07:00
|
|
|
--boost="$1" .
|
|
|
|
|
|
|
|
find . -type f -print0 | xargs -0 dos2unix
|