summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/string_view
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/std/string_view')
-rw-r--r--libstdc++-v3/include/std/string_view1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/include/std/string_view b/libstdc++-v3/include/std/string_view
index 99a81bb04fa..ea1ccc9bb21 100644
--- a/libstdc++-v3/include/std/string_view
+++ b/libstdc++-v3/include/std/string_view
@@ -263,6 +263,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
// [string.view.ops], string operations:
+ _GLIBCXX20_CONSTEXPR
size_type
copy(_CharT* __str, size_type __n, size_type __pos = 0) const
{