Revision: 23472
Author:   machenb...@chromium.org
Date:     Thu Aug 28 06:56:00 2014 UTC
Log:      Revert "Remove C++11-ism, until all bots support it."

This reverts commit r23463 as by now >> shouldn't be a syntax error anymore in chromium.

TBR=vogelh...@chromium.org, svenpa...@chromium.org

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

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

=======================================
--- /branches/bleeding_edge/src/compiler/generic-algorithm.h Wed Aug 27 14:51:28 2014 UTC +++ /branches/bleeding_edge/src/compiler/generic-algorithm.h Thu Aug 28 06:56:00 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
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to