From 514fcde2a3f8ea2f7b3f7321037e0547897b26a6 Mon Sep 17 00:00:00 2001 From: "machenbach@chromium.org" Date: Thu, 28 Aug 2014 09:20:49 +0000 Subject: [PATCH] Revert "Revert "Remove C++11-ism, until all bots support it."" This reverts commit 1f07f57a4a13985f3a48b06d2848dd3bff165b4f. AOSP bot is still not ready. TBR=svenpanne@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/513103002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23481 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/compiler/generic-algorithm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/generic-algorithm.h b/src/compiler/generic-algorithm.h index 3e1d96e..cd4984f 100644 --- a/src/compiler/generic-algorithm.h +++ b/src/compiler/generic-algorithm.h @@ -43,7 +43,7 @@ class GenericGraphVisit { typedef typename Traits::Node Node; typedef typename Traits::Iterator Iterator; typedef std::pair NodeState; - typedef std::stack> NodeStateStack; + typedef std::stack > NodeStateStack; NodeStateStack stack((ZoneDeque(zone))); BoolVector visited(Traits::max_id(graph), false, zone); Node* current = *root_begin; -- 2.7.4