OSDN Git Service

実質的な変更なし (コメントの削除)
authorcaprice <caprice@users.sourceforge.jp>
Tue, 29 Apr 2014 07:44:22 +0000 (16:44 +0900)
committercaprice <caprice@users.sourceforge.jp>
Tue, 29 Apr 2014 07:44:22 +0000 (16:44 +0900)
include/model.hpp

index decfcf8..bc3cb71 100644 (file)
@@ -26,9 +26,6 @@ public:
     
     static model *get_instance() { return instance; }
 
-    /** @brief
-     *  @note この関数は、lock-freeな実装である。したがって、mutexで同期を行う必要はない。
-     */
     template <typename T, typename ...ValueType>
     bool insert(const mona_string& into,
                 const boost::fusion::vector<T, ValueType...>& value) {