Author: brane
Date: Tue Jun 9 13:38:32 2015
New Revision: 1684418
URL: http://svn.apache.org/r1684418
Log:
* branches/1.9.x/STATUS: Propose r1684412.
Modified:
subversion/branches/1.9.x/STATUS
Modified: subversion/branches/1.9.x/STATUS
URL:
http://svn.apache.org/viewvc/subversion/branches/1.9.x/STATUS?rev=1684418&r1=1684417&r2=1684418&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Tue Jun 9 13:38:32 2015
@@ -71,6 +71,20 @@ Other candidate changes:
Votes:
+1: brane, rhuijben
+ * r1684412
+ Make JavaHL native code compile with a C++11 compiler.
+ Justification:
+ The upcoming MSVC14, part of Visual Studio 2015,
+ supports user-defined literals, which means that
+ trying to build JavaHL with VS2015 will fail.
+ Note:
+ To test this change with gcc/clang on *ix, edit the file
+ build/ac-macros/compiler.m4 to replace '-std=c++98' with
+ '-std=c++11', then autogen, configure, build and run
+ the JavaHL tests.
+ Votes:
+ +1: brane
+
Veto-blocked changes:
=====================