Fix C++03 modules build

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@288755 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2016-12-06 01:34:24 +00:00
parent 6504ee5755
commit 74c9d6aa0d

View File

@@ -483,6 +483,8 @@ module std [system] {
module __undef___deallocate { header "__undef___deallocate" export * }
module experimental {
requires cplusplus11
module algorithm {
header "experimental/algorithm"
export *