浏览代码

Merge topic 'bootstrap-clang-5'

375eca78 bootstrap: Check support for unordered_map from compiler mode

Acked-by: Kitware Robot <[email protected]>
Merge-request: !1542
Brad King 8 年之前
父节点
当前提交
47c326c36b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      bootstrap

+ 1 - 0
bootstrap

@@ -1068,6 +1068,7 @@ TMPFILE=`cmake_tmp_file`
 echo '
 #include <iostream>
 #include <memory>
+#include <unordered_map>
 
 #if __cplusplus < 201103L
 #error "Compiler is not in a mode aware of C++11."