Disable operator*() for void* type, because it otherwise causes
a compiler error:
qcomparehelpers.h:1103:18: error: forming reference to void
constexpr T& operator*() const noexcept { return *get(); }
^~~~~~~~
Use this as an opportunity to add more tests for operator*().
Amends
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| tst_qcomparehelpers.cpp | ||
| tst_qcomparehelpers.h | ||
| tst_qcomparehelpers1.cpp | ||
| wrappertypes.h | ||