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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits