|
@@ -3,7 +3,7 @@
|
|
* Company: Lynar Studios
|
|
* Company: Lynar Studios
|
|
* E-Mail: webmaster@lynarstudios.com
|
|
* E-Mail: webmaster@lynarstudios.com
|
|
* Created: 2020-08-14
|
|
* Created: 2020-08-14
|
|
- * Changed: 2020-08-16
|
|
|
|
|
|
+ * Changed: 2020-08-18
|
|
*
|
|
*
|
|
* */
|
|
* */
|
|
|
|
|
|
@@ -24,7 +24,7 @@ namespace ls_std {
|
|
|
|
|
|
// conversion operator
|
|
// conversion operator
|
|
|
|
|
|
- operator const char*() const; // do not make explicit!
|
|
|
|
|
|
+ operator const char*() const; // do not make explicit! FIXME: is that save?
|
|
operator std::string() const; // do not make explicit!
|
|
operator std::string() const; // do not make explicit!
|
|
|
|
|
|
// assignment operators
|
|
// assignment operators
|