aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/chrono
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/std/chrono')
-rw-r--r--libstdc++-v3/include/std/chrono2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/std/chrono b/libstdc++-v3/include/std/chrono
index e4b92a59405..711131920f0 100644
--- a/libstdc++-v3/include/std/chrono
+++ b/libstdc++-v3/include/std/chrono
@@ -225,7 +225,7 @@ _GLIBCXX_END_NAMESPACE_VERSION
{ return numeric_limits<_Rep>::lowest(); }
};
- template<typename T>
+ template<typename _Tp>
struct __is_ratio
: std::false_type
{ };