Revision: 23481
Author:   [email protected]
Date:     Thu Aug 28 09:20:49 2014 UTC
Log:      Revert "Revert "Remove C++11-ism, until all bots support it.""

This reverts commit 1f07f57a4a13985f3a48b06d2848dd3bff165b4f.

AOSP bot is still not ready.

[email protected],[email protected]

Review URL: https://codereview.chromium.org/513103002
https://code.google.com/p/v8/source/detail?r=23481

Modified:
 /branches/bleeding_edge/src/compiler/generic-algorithm.h

=======================================
--- /branches/bleeding_edge/src/compiler/generic-algorithm.h Thu Aug 28 06:56:00 2014 UTC +++ /branches/bleeding_edge/src/compiler/generic-algorithm.h Thu Aug 28 09:20:49 2014 UTC
@@ -43,7 +43,7 @@
     typedef typename Traits::Node Node;
     typedef typename Traits::Iterator Iterator;
     typedef std::pair<Iterator, Iterator> NodeState;
-    typedef std::stack<NodeState, ZoneDeque<NodeState>> NodeStateStack;
+    typedef std::stack<NodeState, ZoneDeque<NodeState> > NodeStateStack;
     NodeStateStack stack((ZoneDeque<NodeState>(zone)));
     BoolVector visited(Traits::max_id(graph), false, zone);
     Node* current = *root_begin;

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to