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
RAPIDS is using GTest 1.10 which requires work-arounds due to limitations built into having to support C++03.
GTest 1.13 requires a C++14 compiler so we can remove work-arounds.
Note:
That this will require an audit of libraft, libcugraph, librmm, and libcuml to verify that any custom printer functions are in the correct namespace due to the more constrained ADL rules that GTest 1.11+ uses.
The text was updated successfully, but these errors were encountered:
RAPIDS is using GTest 1.10 which requires work-arounds due to limitations built into having to support C++03.
GTest 1.13 requires a C++14 compiler so we can remove work-arounds.
Note:
That this will require an audit of libraft, libcugraph, librmm, and libcuml to verify that any custom printer functions are in the correct namespace due to the more constrained ADL rules that GTest 1.11+ uses.
The text was updated successfully, but these errors were encountered: