Skip to content
Snippets Groups Projects
Commit b8580747 authored by graeser's avatar graeser Committed by graeser
Browse files

Add format string method

Interpret printf-like format strings using std::string instead
of raw char buffers. By using std::snprintf we avoid buffer
overflows and a boost::format dependency at the price of
depending on a c++11 feature.

Perhaps we'd like to have this in dune-common

[[Imported from SVN: r13087]]
parent b17fea26
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment