On 2015/06/30 14:11:30, Jakob wrote:
On 2015/06/30 12:53:42, balazs.kilvady wrote:
> Without CLANG_CXX_LIBRARY def. Xcode uses an stdlibc++ from gcc 4.2.1 (the
> version where Apple stopped gcc support and it is from pre-c11 era).

That may be fine. The Chromium style guide explicitly forbids C++11 features that require library support, because such libraries are not available on all
platforms we're targeting. Only purely compiler-based C++11 features are
allowed
currently.

I understood so removing usage of std::unordered_set and
std::numeric_limits<>::lowest() suits to Chromium style guide. Thank you very
much for the explanation.

https://codereview.chromium.org/1200833013/

--
--
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