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
googletest/googletest/include/gtest/internal/gtest-port.h gets this right.
Also, there's no test case for release().
(There's also a private release() const, whose comment I don't understand; presumably it should also return the value? But it doesn't seem to be used anywhere.)
The text was updated successfully, but these errors were encountered:
unique_ptr::release()
should be something like this:googletest/googletest/include/gtest/internal/gtest-port.h
gets this right.Also, there's no test case for
release()
.(There's also a private
release() const
, whose comment I don't understand; presumably it should also return the value? But it doesn't seem to be used anywhere.)The text was updated successfully, but these errors were encountered: