Update links

This commit is contained in:
Victor Zverovich
2016-04-28 06:54:37 -07:00
parent 56b6c05bf9
commit 59d0efd6d6
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -2118,7 +2118,7 @@ struct ArgArray<N, true/*IsPacked*/> {
static Value make(const T &value) {
Value result = MakeValue<Formatter>(value);
// Workaround a bug in Apple LLVM version 4.2 (clang-425.0.28) of clang:
// https://github.com/cppformat/cppformat/issues/276
// https://github.com/fmtlib/fmt/issues/276
(void)result.custom.format;
return result;
}