Hi,

On 07/31/2013 05:43 AM, Tim Shen wrote:
I found some other wired problems in that patch after committing.
Probably need more time to work on it, so now I revert it :(
in order to bootstrap successfully the patch I needed these additional changes. Please double check at your end, run the testsuite, and if everything goes well, please commit (again ;) the whole thing.

Thanks,
Paolo.

////////////////////
Index: src/c++11/functexcept.cc
===================================================================
--- src/c++11/functexcept.cc    (revision 201363)
+++ src/c++11/functexcept.cc    (working copy)
@@ -30,7 +30,7 @@
 #include <system_error>
 #include <future>
 #include <functional>
-#include <regex>
+#include <bits/regex_error.h>
 
 #ifdef _GLIBCXX_USE_NLS
 # include <libintl.h>
Index: src/c++11/regex.cc
===================================================================
--- src/c++11/regex.cc  (revision 201363)
+++ src/c++11/regex.cc  (working copy)
@@ -22,7 +22,8 @@
 // see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 // <http://www.gnu.org/licenses/>.
 
-#include <regex>
+#include <stdexcept>
+#include <bits/regex_error.h>
 
 namespace std _GLIBCXX_VISIBILITY(default)
 {

Reply via email to