Project

General

Profile

Actions

Cleanup #58

closed

kill nstring/cstring, use std::basic_string instead

Added by Sage Weil about 14 years ago. Updated over 13 years ago.

Status:
Resolved
Priority:
Low
Assignee:
-
Category:
-
Target version:
% Done:

0%

Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

I created cstring because the stl spec says that c_str() may be a temporary value, i assumed because the string wasn't stored with a null terminator. Looking at the gnu basic_string implementation that doesn't seem to be the case, which means we can probably just kill it. Unless there are other issues?

Actions

Also available in: Atom PDF