Ignore:
Timestamp:
Jan 6, 2014, 3:40:25 PM (10 years ago)
Author:
rybkin
Message:

See C.L. 521

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/source/cmt_map.h

    r11 r662  
    276276   *   Return 0 if not found
    277277   */
    278   const T* find (const K& key) const
     278  T* find (const K& key)
     279    //  const T* find (const K& key) const
    279280  {
    280281    if (key < m_key)
     
    504505   *   Returns 0 if not found
    505506   */
    506   const T* find (const K& key) const
     507  T* find (const K& key) const
     508    //  const T* find (const K& key) const
    507509  {
    508510    if (m_top != 0)
Note: See TracChangeset for help on using the changeset viewer.