mirror of
https://github.com/libAthena/athena.git
synced 2025-05-16 20:31:34 +00:00
writeVal not a template function
This commit is contained in:
parent
25de226e65
commit
ffca1f1897
@ -1068,7 +1068,7 @@ protected:
|
|||||||
template <typename T>
|
template <typename T>
|
||||||
IStreamWriter& operator<<(IStreamWriter& lhs, const T& rhs)
|
IStreamWriter& operator<<(IStreamWriter& lhs, const T& rhs)
|
||||||
{
|
{
|
||||||
lhs.writeVal<T>(rhs);
|
lhs.writeVal(rhs);
|
||||||
return lhs;
|
return lhs;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user