aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/debug/forward_list
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/debug/forward_list')
-rw-r--r--libstdc++-v3/include/debug/forward_list2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/debug/forward_list b/libstdc++-v3/include/debug/forward_list
index e30b000009e..f1756ddec9d 100644
--- a/libstdc++-v3/include/debug/forward_list
+++ b/libstdc++-v3/include/debug/forward_list
@@ -911,7 +911,7 @@ namespace __gnu_debug
_S_size(const std::__debug::forward_list<_Tp, _Alloc>& __seq)
{
return __seq.empty()
- ? std::make_pair(0, __dp_exact) : std::make_pair(1, __dp_equality);
+ ? std::make_pair(0, __dp_exact) : std::make_pair(1, __dp_sign);
}
};