From 8213d610a18c9f0c3b19e58b7487b5cd2e25d94b Mon Sep 17 00:00:00 2001 From: Myun2 Date: Fri, 3 Sep 2010 00:15:25 +0900 Subject: [PATCH] bits.hpp: Class Add --- roast/include/roast/memory/bits.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roast/include/roast/memory/bits.hpp b/roast/include/roast/memory/bits.hpp index 07834682..9a6243e0 100644 --- a/roast/include/roast/memory/bits.hpp +++ b/roast/include/roast/memory/bits.hpp @@ -7,6 +7,11 @@ namespace roast { + template + class bits + { + public: + }; } #endif//__SFJP_ROAST__memory__bits_HPP__ -- 2.11.0