src: minor cleanups

This commit is contained in:
Markus F.X.J. Oberhumer
2023-08-11 13:32:53 +02:00
parent 777d4f5279
commit 10e759f1f1
8 changed files with 50 additions and 35 deletions
+2 -2
View File
@@ -109,7 +109,7 @@ public:
// assignment
Self &operator=(const Self &other) { return assign(other); }
// FIXME: this is not called !!
// FIXME: this is not called??
template <class U>
XSPAN_REQUIRES_CONVERTIBLE_R(Self &)
operator=(U *other) {
@@ -117,7 +117,7 @@ public:
return assign(Self(other));
}
// FIXME: this is not called !!
// FIXME: this is not called??
template <class U>
XSPAN_REQUIRES_CONVERTIBLE_R(Self &)
operator=(const CSelf<U> &other) {