We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75c9d0 commit 9cd3e92Copy full SHA for 9cd3e92
libcxx/utils/libcxx/test/modules.py
@@ -52,18 +52,13 @@
52
"std::operator==",
53
]
54
55
-# Declared in the forward header since std::string uses std::allocator
56
-SkipDeclarations["string"] = ["std::allocator"]
57
# TODO MODULES remove zombie names
58
# https://libcxx.llvm.org/Status/Cxx20.html#note-p0619
59
SkipDeclarations["memory"] = [
60
"std::return_temporary_buffer",
61
"std::get_temporary_buffer",
62
63
64
-# TODO MODULES this should be part of ios instead
65
-SkipDeclarations["streambuf"] = ["std::basic_ios"]
66
-
67
# include/__type_traits/is_swappable.h
68
SkipDeclarations["type_traits"] = [
69
"std::swap",
0 commit comments