Implement the infrastructure for feature-test macros. Very few actual feature test macros, though. Reviewed as: https://reviews.llvm.org/D51955

llvm-svn: 342073
diff --git a/libcxx/include/algorithm b/libcxx/include/algorithm
index 55e1f9f..1359fda 100644
--- a/libcxx/include/algorithm
+++ b/libcxx/include/algorithm
@@ -646,6 +646,7 @@
 #include <iterator>
 #include <cstddef>
 #include <bit>
+#include <version>
 
 #include <__debug>