Provide names for template and function parameters in forward declarations. The purpose is to aid automated documentation tools.
llvm-svn: 133008
Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project
Cr-Mirrored-Commit: ce53420e37cb43a18e1a5e6b5b1960e3b5c5a320
diff --git a/include/regex b/include/regex
index b8b4a28..c4c58a4 100644
--- a/include/regex
+++ b/include/regex
@@ -2410,7 +2410,7 @@
}
}
-template <class, class> class __lookahead;
+template <class _CharT, class _Traits> class __lookahead;
template <class _CharT, class _Traits = regex_traits<_CharT> >
class _LIBCPP_VISIBLE basic_regex