Strings - Automatically construct from char*

This commit is contained in:
Emmanuel BENOîT 2017-11-02 10:40:26 +01:00
parent 302894e404
commit 2e8092af9a

View file

@ -172,7 +172,7 @@ class T_String
// - create a dynamic string otherwise.
// Because of this, it is relatively slow and should be avoided in
// general.
explicit T_String( char const* initial );
T_String( char const* initial );
T_String( T_StringBuilder&& sb );
T_String( T_StringBuilder const& sb );