Boost logo

Boost-Commit :

From: chintanraoh_at_[hidden]
Date: 2008-06-08 13:03:19


Author: chintanraoh
Date: 2008-06-08 13:03:18 EDT (Sun, 08 Jun 2008)
New Revision: 46243
URL: http://svn.boost.org/trac/boost/changeset/46243

Log:
updated TODO comment
Text files modified:
   sandbox/SOC/2008/digital_searching/dsearch/boost/dsearch/key_traits.hpp | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: sandbox/SOC/2008/digital_searching/dsearch/boost/dsearch/key_traits.hpp
==============================================================================
--- sandbox/SOC/2008/digital_searching/dsearch/boost/dsearch/key_traits.hpp (original)
+++ sandbox/SOC/2008/digital_searching/dsearch/boost/dsearch/key_traits.hpp 2008-06-08 13:03:18 EDT (Sun, 08 Jun 2008)
@@ -7,6 +7,8 @@
 namespace boost{
 namespace dsearch{
 
+//I think this will need only has key_trait_value_tag and key_trait_no_value_tag.
+//compare function can always be presumed to exists
 struct key_trait_compare_tag {};
 struct key_trait_value_tag {};
 struct key_trait_compare_value_tag: public key_trait_compare_tag,public key_trait_value_tag{};
@@ -28,9 +30,7 @@
 };
 
 
-//possibly make this string value traits;
-//the user can specify how to store the value.. ie a pointer or as the value itself
-//this will lessen the burden for trie_node. Also define default_value_trait
+//this will lessen the burden for trie_node.
 class string_traits: public default_iterator_traits<std::string>{
         public:
         typedef key_trait_compare_value_tag container_category;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk