commit | 3db8f7a2d2c25095aa3f0757b4fd1cf19cf46cdf | [log] [tgz] |
---|---|---|
author | Nicolas Capens <capn@google.com> | Thu Sep 01 11:04:46 2016 -0400 |
committer | Nicolas Capens <nicolascapens@google.com> | Wed Sep 07 17:36:09 2016 +0000 |
tree | 15091140f717e5f40f4cc66487f2e3444f807978 | |
parent | c0f1b6f301fa20cfef2c5daa1e337d5c30b2c322 [diff] |
Fix type alias compilation issue on Windows. With Visual Studio 2015, the Traits type alias is not considered within scope yet for the constructor's argument list. Instead Use the template argument directly. BUG=swiftshader:7 Change-Id: I677f5bed1a4749aba921a23ed5b1466431147069 Reviewed-on: https://chromium-review.googlesource.com/379915 Reviewed-by: Jim Stichnoth <stichnot@chromium.org> Tested-by: Nicolas Capens <nicolascapens@google.com>