summaryrefslogtreecommitdiffstats
path: root/libcxx/include/module.modulemap
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-12-06 01:34:24 +0000
committerEric Fiselier <eric@efcs.ca>2016-12-06 01:34:24 +0000
commit25af0418da702e10041829699b6d1384502b9c70 (patch)
treecc160e244ff033ef237102ba474d183e729e1715 /libcxx/include/module.modulemap
parentebcb8a705457fadb85dec179257a3b406d44432f (diff)
downloadbcm5719-llvm-25af0418da702e10041829699b6d1384502b9c70.tar.gz
bcm5719-llvm-25af0418da702e10041829699b6d1384502b9c70.zip
Fix C++03 modules build
llvm-svn: 288755
Diffstat (limited to 'libcxx/include/module.modulemap')
-rw-r--r--libcxx/include/module.modulemap2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/include/module.modulemap b/libcxx/include/module.modulemap
index 8d6d200af9d..04b38dc1726 100644
--- a/libcxx/include/module.modulemap
+++ b/libcxx/include/module.modulemap
@@ -483,6 +483,8 @@ module std [system] {
module __undef___deallocate { header "__undef___deallocate" export * }
module experimental {
+ requires cplusplus11
+
module algorithm {
header "experimental/algorithm"
export *
OpenPOWER on IntegriCloud