remove TODO comment

This commit is contained in:
arvidn 2015-08-30 20:41:21 -04:00
parent 73d6bc8380
commit 2382dd8d61
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,6 @@ POSSIBILITY OF SUCH DAMAGE.
namespace libtorrent
{
// TODO: 3 enable_if T derives from list_node<T>
template <typename T>
struct list_node
{
@ -65,6 +64,8 @@ namespace libtorrent
};
// TOOD: 3 add a unit test
// T must derive from list_node<T>. Having an enable_if here would require T
// to be a complete type, which is a bit too restrictive.
template <typename T>
struct linked_list
{