[backport] Assorted CI fixes and changes #510
Annotations
10 errors
Compilation:
tests/core/io/test_http_client.h#L44
no match for 'operator!=' (operand types are 'doctest::detail::Expression_lhs<Ref<HTTPClient>&>' and 'std::nullptr_t')
|
Compilation:
thirdparty/doctest/doctest.h#L1528
use of deleted function 'bool Ref<T>::operator!=(std::nullptr_t) const [with T = HTTPClient; std::nullptr_t = std::nullptr_t]'
|
Compilation:
tests/scene/test_path_2d.h#L43
no match for 'operator==' (operand types are 'doctest::detail::Expression_lhs<Ref<Curve2D> >' and 'std::nullptr_t')
|
Compilation:
thirdparty/doctest/doctest.h#L1527
use of deleted function 'bool Ref<T>::operator==(std::nullptr_t) const [with T = Curve2D; std::nullptr_t = std::nullptr_t]'
|
Compilation:
tests/scene/test_path_3d.h#L43
no match for 'operator==' (operand types are 'doctest::detail::Expression_lhs<Ref<Curve3D> >' and 'std::nullptr_t')
|
Compilation:
thirdparty/doctest/doctest.h#L1527
use of deleted function 'bool Ref<T>::operator==(std::nullptr_t) const [with T = Curve3D; std::nullptr_t = std::nullptr_t]'
|
Compilation:
tests/scene/test_primitives.h#L612
no match for 'operator==' (operand types are 'doctest::detail::Expression_lhs<Ref<Curve> >' and 'std::nullptr_t')
|
Compilation:
thirdparty/doctest/doctest.h#L1527
use of deleted function 'bool Ref<T>::operator==(std::nullptr_t) const [with T = Curve; std::nullptr_t = std::nullptr_t]'
|
Compilation:
tests/scene/test_primitives.h#L672
no match for 'operator==' (operand types are 'doctest::detail::Expression_lhs<Ref<Curve> >' and 'std::nullptr_t')
|
Compilation:
thirdparty/doctest/doctest.h#L1527
use of deleted function 'bool Ref<T>::operator==(std::nullptr_t) const [with T = Curve; std::nullptr_t = std::nullptr_t]'
|
Loading