mirror of git://gcc.gnu.org/git/gcc.git
hashtable: Trivial formatting fixes.
2006-02-21 Paolo Carlini <pcarlini@suse.de> * include/tr1/hashtable: Trivial formatting fixes. From-SVN: r111355
This commit is contained in:
parent
411c6f862f
commit
03ba64bb82
|
|
@ -1,3 +1,7 @@
|
|||
2006-02-21 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
* include/tr1/hashtable: Trivial formatting fixes.
|
||||
|
||||
2006-02-20 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
Revert recent commit for libstdc++/26211, now suspended waiting for
|
||||
|
|
|
|||
|
|
@ -101,6 +101,7 @@ namespace Internal
|
|||
|
||||
} // namespace Internal
|
||||
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
// Auxiliary types used for all instantiations of hashtable: nodes
|
||||
// and iterators.
|
||||
|
|
@ -381,6 +382,7 @@ namespace Internal
|
|||
};
|
||||
} // namespace Internal
|
||||
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
// Many of class template hashtable's template parameters are policy
|
||||
// classes. These are defaults for the policies.
|
||||
|
|
@ -600,6 +602,7 @@ namespace Internal
|
|||
|
||||
} // namespace Internal
|
||||
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
// Base classes for std::tr1::hashtable. We define these base classes
|
||||
// because in some cases we want to do different things depending on
|
||||
|
|
@ -1231,6 +1234,7 @@ _GLIBCXX_BEGIN_NAMESPACE(tr1)
|
|||
void m_rehash(size_type n);
|
||||
};
|
||||
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
// Definitions of class template hashtable's out-of-line member functions.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue