[Mesa-dev] [PATCH v2 1/3] nv50/ir: support different unordered_set implementations

Chih-Wei Huang cwhuang at android-x86.org
Fri Jun 19 11:17:32 PDT 2015


2015-06-20 2:05 GMT+08:00 Ilia Mirkin <imirkin at alum.mit.edu>:
> The nouveau bits are
>
> Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>
>
> If someone can say something non-negative-sounding about the
> Android.mk change, happy to push this out. [I assume there's some
> reason why it's part of this change.]

About the Android.mk change, originally I hope to use
_USING_LIBCXX to distinguish building with
libcxx or stlport. But now I think it's unnecessary
since stlport is not c++11 compliant.
So just use c++11 to distinguish the two cases.
Nobody else uses _USING_LIBCXX.


More information about the mesa-dev mailing list