From 1d5c8cbcb977d8620b18d9523a2b550fc9dee19f Mon Sep 17 00:00:00 2001 From: Myun2 Date: Fri, 7 Jan 2011 00:14:18 +0900 Subject: [PATCH] algorithm/allocation.hpp Add. --- roast/include/roast/algorithm/allocation.hpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 roast/include/roast/algorithm/allocation.hpp diff --git a/roast/include/roast/algorithm/allocation.hpp b/roast/include/roast/algorithm/allocation.hpp new file mode 100644 index 00000000..eaf2c22d --- /dev/null +++ b/roast/include/roast/algorithm/allocation.hpp @@ -0,0 +1,18 @@ +// Roast+ License +/* + +*/ +#ifndef __SFJP_ROAST__algorithm__allocation_HPP__ +#define __SFJP_ROAST__algorithm__allocation_HPP__ + +namespace roast +{ + namespace algo + { + namespace allocation + { + } + } +} + +#endif//__SFJP_ROAST__algorithm__allocation_HPP__ -- 2.11.0