summaryrefslogtreecommitdiff
path: root/src/accum.h
Commit message (Collapse)AuthorAgeFilesLines
* Use a "format accumulator" for error stringsJohn Wiegley2009-02-211-0/+100
This makes it possible to internationalize strings while still using I/O streams. For example: std::cout << ACCUM(_("Hello to %1 and %2!") << "me" << "you") << std::endl;