CMakePP / CMakePPLang

Object-oriented extension to the CMake language.
http://cmakepp.github.io/CMakePPLang/
Apache License 2.0
11 stars 4 forks source link

Make user-defined classes implicitly convertible to 'str' type #60

Closed zachcran closed 1 year ago

zachcran commented 1 year ago

Is this pull request associated with an issue(s)? No.

Description Although everything should be convertible to the data type str according to the CMakePPLang type diagram, user-defined classes are not able to be implicitly converted to str. This PR makes every type, including user-defined classes, convertible to str.