diff -r 00a084f8ed26 -r 268721e6be20 sources/format.cpp --- a/sources/format.cpp Tue Dec 16 03:27:54 2014 +0200 +++ b/sources/format.cpp Tue Dec 16 03:30:15 2014 +0200 @@ -32,6 +32,7 @@ #include "format.h" // ------------------------------------------------------------------------------------------------- +// // Throws an error while formatting the string // static auto format_error (String fmtstr, const String errdescribe, int pos) -> void @@ -48,6 +49,7 @@ } // ------------------------------------------------------------------------------------------------- +// // Main formatter algorithm. // auto format_args (const String& fmtstr, const Vector& args) -> String