bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug #2484] file persit.h: typing error in Method " void TypeManager::ad


From: nobody
Subject: [Bug #2484] file persit.h: typing error in Method " void TypeManager::add(...)"
Date: Sat, 08 Feb 2003 16:03:25 -0500

=================== BUG #2484: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2484&group_id=89

Changes by: Federico Montesino Pouzols <address@hidden>
Date: 2003-Feb-08 22:03 (Europe/Madrid)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
         Assigned to | None                      | fedemp
              Status | Open                      | Closed
                  CC |                           | address@hidden


------------------ Additional Follow-up Comments ----------------------------
 Fixed in CVS.



=================== BUG #2484: FULL BUG SNAPSHOT ===================


Submitted by: None                    Project: commonc++                    
Submitted on: 2003-Feb-05 21:27
Category:  None                       Severity:  5 - Major                  
Bug Group:  None                      Resolution:  Fixed                    
Assigned to:  fedemp                  Status:  Closed                       

Summary:  file persit.h: typing error in Method " void TypeManager::add(...)"

Original Submission:  void TypeManager::add(const char* name, 
NewBaseObjectFunction construction)
{
  if (refCount++ == 0)
  {
    theInstantiationFunctions = new StringFunctionMap;
  }
  /* BUG: == must be != */
  assert(_internal_GetMap().find(string(name)) == _internal_GetMap().end());
  _internal_GetMap()[string(name)] = construction;
}

Follow-up Comments
*******************

-------------------------------------------------------
Date: 2003-Feb-08 22:03             By: fedemp
 Fixed in CVS.


CC List
*******

CC Address                          | Comment
------------------------------------+-----------------------------
address@hidden               | 



No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2484&group_id=89




reply via email to

[Prev in Thread] Current Thread [Next in Thread]