SRD locations - << to string builder fixed
This commit is contained in:
parent
1b1be9e6b2
commit
073fcb3d5e
2 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ class T_SRDLocation
|
||||||
T_SRDLocationChaining const& chaining( ) const noexcept;
|
T_SRDLocationChaining const& chaining( ) const noexcept;
|
||||||
};
|
};
|
||||||
M_DECLARE_SWAP( T_SRDLocation );
|
M_DECLARE_SWAP( T_SRDLocation );
|
||||||
M_LSHIFT_OP( T_StringBuilder , T_SRDLocation ) noexcept;
|
M_LSHIFT_OP( T_StringBuilder , T_SRDLocation const& ) noexcept;
|
||||||
|
|
||||||
|
|
||||||
/*= ERRORS ===================================================================*/
|
/*= ERRORS ===================================================================*/
|
||||||
|
|
|
@ -80,7 +80,7 @@ T_SRDLocation& T_SRDLocation::operator= (
|
||||||
|
|
||||||
/*----------------------------------------------------------------------------*/
|
/*----------------------------------------------------------------------------*/
|
||||||
|
|
||||||
T_StringBuilder& operator<< (
|
T_StringBuilder& ebcl::operator<< (
|
||||||
T_StringBuilder& sb ,
|
T_StringBuilder& sb ,
|
||||||
T_SRDLocation const& location ) noexcept
|
T_SRDLocation const& location ) noexcept
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue