You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A colleague using XCode 8.1 reports a build failure
In file included from /Users/dkoch/khronos/github/glslang/External/googletest/googlemock/src/gmock-all.cc:39:
In file included from /Users/dkoch/khronos/github/glslang/External/googletest/googlemock/include/gmock/gmock.h:59:
/Users/dkoch/khronos/github/glslang/External/googletest/googlemock/include/gmock/gmock-actions.h:1523:31: error:
default initialization of an object of const type 'const testing::internal::ExcessiveArg' without a
user-provided default constructor
static const ExcessiveArg kExcessArg;
^
{}
1 error generated.
@asoffer feel free to close this issue. Or any other google test maintainer (@dinord / @derekmauro ). The original reason it was opened doesn't exist anymore.
A colleague using XCode 8.1 reports a build failure
This appears to be caused by fbef071
The text was updated successfully, but these errors were encountered: