Ticket #1556 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Missing recent CPLString improvements in branches/1.4

Reported by: mloskot Assigned to: mloskot
Priority: high Milestone: 1.4.1
Component: default Version: 1.4.0
Severity: major Keywords: CPLString
Cc: warmerdam

Description (Last modified by mloskot)

I've noticed that there are recent improvements to CPLString class missing in stable branch 1.4. New operators, CPLString::Trim and CPLString::FormatC functions has not been added.

I believe it should be safe to backport these improvements.

Change History

04/03/07 18:50:20 changed by mloskot

  • description changed.

04/03/07 18:53:23 changed by warmerdam

  • owner changed from warmerdam to mloskot.
  • cc set to warmerdam.
  • milestone set to 1.4.1.

I gather Trim() is the only one required. Just move that one method back.

04/03/07 19:19:07 changed by mloskot

  • status changed from new to assigned.

04/03/07 19:20:00 changed by mloskot

The CPLString::Trim() function has been ported to the 1.4 stable branch (r11196).

04/03/07 19:20:06 changed by mloskot

  • status changed from assigned to closed.
  • resolution set to fixed.