|
Boost-Commit : |
From: chintanraoh_at_[hidden]
Date: 2008-06-03 16:36:15
Author: chintanraoh
Date: 2008-06-03 16:36:15 EDT (Tue, 03 Jun 2008)
New Revision: 46090
URL: http://svn.boost.org/trac/boost/changeset/46090
Log:
made friends trie class
Text files modified:
sandbox/SOC/2008/digital_searching/dsearch/boost/dsearch/node_cursor.hpp | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
Modified: sandbox/SOC/2008/digital_searching/dsearch/boost/dsearch/node_cursor.hpp
==============================================================================
--- sandbox/SOC/2008/digital_searching/dsearch/boost/dsearch/node_cursor.hpp (original)
+++ sandbox/SOC/2008/digital_searching/dsearch/boost/dsearch/node_cursor.hpp 2008-06-03 16:36:15 EDT (Tue, 03 Jun 2008)
@@ -16,9 +16,11 @@
private:
typedef trie_cursor<Key,Mapped,Node> cursor;
typedef typename Node::element_type element_type;
-
+
friend class boost::iterator_core_access;
friend class boost::tree::cursor_core_access;
+ template<class K,class M,template<class K1,class M1,class K_t1,class A1 > class t_n,class K_t,class A >
+ friend class trie;
unsigned char only_root;
bool top;
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