commit | e390e4ebc3c728e69d335a33c0cb00547dcd0dde | [log] [tgz] |
---|---|---|
author | Dominic Hamon <dominic+github@google.com> | Thu Dec 19 16:18:09 2013 -0800 |
committer | Dominic Hamon <dominic+github@google.com> | Thu Dec 19 16:18:09 2013 -0800 |
tree | 6aa443ae1dd8c051fc7564a3efeba84907c8d75d | |
parent | 403f35442375f2ee858981b79421ca321645df08 [diff] [blame] |
Adding benchmark namespace and removing broken flags
diff --git a/src/stat.h b/src/stat.h index b121d47..c36cf05 100644 --- a/src/stat.h +++ b/src/stat.h
@@ -5,6 +5,7 @@ #include <iostream> #include <limits> +namespace benchmark { template <typename VType, typename NumType> class Stat1; @@ -302,5 +303,6 @@ << " max = " << s.Max() << "}"; return out; } +} // end namespace benchmark #endif // BENCHMARK_STAT_H_