HomePhabricator

Remove redundant .c_str()s
7d9d134bf95cUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Remove redundant .c_str()s

After the tinyformat switch sprintf() family functions support passing
actual std::string objects.

Remove unnecessary c_str calls (236 of them) in logging and formatting.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Jan 16 2014, 15:15
deadalnixPushed on May 14 2017, 22:04
Parents
rABCb77dfdc9e36e: Typesafe strprintf/error/LogPrint functions
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rABC7d9d134bf95c: Remove redundant .c_str()s (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Jan 23 2014, 15:05