Browse Source

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 years ago
parent
commit
47c326c36b
1 changed files with 1 additions and 0 deletions
  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."