Move check_sign to anonymous namespace.

This commit is contained in:
Victor Zverovich
2014-08-29 06:57:53 -07:00
parent ab35af53c5
commit 3947a7a98c
2 changed files with 14 additions and 17 deletions
-2
View File
@@ -889,8 +889,6 @@ private:
// Parses argument index and returns corresponding argument.
const internal::Arg &parse_arg_index(const Char *&s);
void check_sign(const Char *&s, const internal::Arg &arg);
public:
explicit BasicFormatter(BasicWriter<Char> &w) : writer_(w) {}