OSDN Git Service

algorithm/allocation.hpp Add.
authorMyun2 <myun2@nwhite.info>
Thu, 6 Jan 2011 15:14:18 +0000 (00:14 +0900)
committerMyun2 <myun2@nwhite.info>
Thu, 6 Jan 2011 15:14:18 +0000 (00:14 +0900)
roast/include/roast/algorithm/allocation.hpp [new file with mode: 0644]

diff --git a/roast/include/roast/algorithm/allocation.hpp b/roast/include/roast/algorithm/allocation.hpp
new file mode 100644 (file)
index 0000000..eaf2c22
--- /dev/null
@@ -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__