remove some useless trait classes

This commit is contained in:
Jinhao
2016-01-06 00:23:27 +08:00
parent b46bd24978
commit 70ecce5962
9 changed files with 11 additions and 518 deletions

View File

@@ -1,6 +1,6 @@
/*
* A ISO C++ FileSystem Implementation
* Copyright(C) 2003-2015 Jinhao(cnjinhao@hotmail.com)
* Copyright(C) 2003-2016 Jinhao(cnjinhao@hotmail.com)
*
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at

View File

@@ -1,20 +0,0 @@
/*
* Traits Implementation
* Copyright(C) 2003-2013 Jinhao(cnjinhao@hotmail.com)
*
* @file: source/traits.cpp
*/
#include <nana/traits.hpp>
namespace nana
{
//class noncopyable
noncopyable::noncopyable(){}
//end class noncopyable
//class nonmovable
nonmovable::nonmovable(){}
//end class nonmovable
}//end namespace nana