Reorganized tree.

This commit is contained in:
Takatoshi Kondo
2014-06-04 16:56:43 +09:00
parent 754b1682a5
commit bc33317b7e
65 changed files with 2081 additions and 1618 deletions

View File

@@ -8,10 +8,10 @@ preprocess() {
echo ""
exit 1
else
mv $1.tmp $1
mv $1.tmp $2
fi
}
preprocess src/msgpack/type/tuple.hpp
preprocess src/msgpack/type/define.hpp
preprocess src/msgpack/zone.hpp
preprocess erb/cpp03_msgpack_tuple.hpp include/msgpack/adaptor/detail/cpp03_msgpack_tuple.hpp
preprocess erb/cpp03_define.hpp include/msgpack/adaptor/detail/cpp03_define.hpp
preprocess erb/cpp03_zone.hpp include/msgpack/detail/cpp03_zone.hpp