diff options
author | Eric Fiselier <eric@efcs.ca> | 2016-12-06 01:34:24 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2016-12-06 01:34:24 +0000 |
commit | 25af0418da702e10041829699b6d1384502b9c70 (patch) | |
tree | cc160e244ff033ef237102ba474d183e729e1715 /libcxx/include/module.modulemap | |
parent | ebcb8a705457fadb85dec179257a3b406d44432f (diff) | |
download | bcm5719-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.modulemap | 2 |
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 * |