[libcxx] r220647 - Change the comment on the closing #endif to match the condition on the corresponding #ifdef. Thanks to K-ballo for the catch. No functionality change.

Marshall Clow mclow.lists at gmail.com
Sun Oct 26 13:29:38 PDT 2014


Author: marshall
Date: Sun Oct 26 15:29:38 2014
New Revision: 220647

URL: http://llvm.org/viewvc/llvm-project?rev=220647&view=rev
Log:
Change the comment on the closing #endif to match the condition on the corresponding #ifdef. Thanks to K-ballo for the catch. No functionality change.

Modified:
    libcxx/trunk/include/experimental/optional

Modified: libcxx/trunk/include/experimental/optional
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/experimental/optional?rev=220647&r1=220646&r2=220647&view=diff
==============================================================================
--- libcxx/trunk/include/experimental/optional (original)
+++ libcxx/trunk/include/experimental/optional Sun Oct 26 15:29:38 2014
@@ -692,4 +692,4 @@ _LIBCPP_END_NAMESPACE_STD
 
 #endif  // _LIBCPP_STD_VER > 11
 
-#endif  // _LIBCPP_ARRAY
+#endif  // _LIBCPP_OPTIONAL





More information about the cfe-commits mailing list