Revision: 23463
Author: [email protected]
Date: Wed Aug 27 14:51:28 2014 UTC
Log: Remove C++11-ism, until all bots support it.
[email protected]
BUG=
Review URL: https://codereview.chromium.org/509963002
https://code.google.com/p/v8/source/detail?r=23463
Modified:
/branches/bleeding_edge/src/compiler/generic-algorithm.h
=======================================
--- /branches/bleeding_edge/src/compiler/generic-algorithm.h Tue Aug 26
14:35:54 2014 UTC
+++ /branches/bleeding_edge/src/compiler/generic-algorithm.h Wed Aug 27
14:51:28 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.