← Back to team overview

nrtb-core team mailing list archive

[Bug 846069] [NEW] old c-style functions in common.cpp

 

Public bug reported:

~/common/common_rl/common.cpp contains various c-style functions.  Among them are...
changecase
upcase
downcase
gsub
split
trim
The components that call these functions should be modified to call the corresponding methods in the latest string class (which I think is part of STL, but I'm not sure).  Afterwards, these functions should perhaps be removed from common.cpp altogether.

** Affects: nrtb
     Importance: Low
         Status: New

-- 
You received this bug notification because you are a member of NRTB
Core, which is subscribed to New Real Time Battle.
https://bugs.launchpad.net/bugs/846069

Title:
  old c-style functions in common.cpp

Status in The New Real Time Battle Project:
  New

Bug description:
  ~/common/common_rl/common.cpp contains various c-style functions.  Among them are...
  changecase
  upcase
  downcase
  gsub
  split
  trim
  The components that call these functions should be modified to call the corresponding methods in the latest string class (which I think is part of STL, but I'm not sure).  Afterwards, these functions should perhaps be removed from common.cpp altogether.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nrtb/+bug/846069/+subscriptions


Follow ups

References