BlackToppStudios / Mezz_StaticFoundation

All of the parts of the Mezzanine that need to be handled prior to the real build, like compiler options and platform detection.
GNU General Public License v3.0
2 stars 0 forks source link

Create a simple compile time string #15

Closed Sqeaky closed 6 years ago

Sqeaky commented 7 years ago

This needs to be able be able to concatenate strings, checking length, indexing and things required to implement these.

Comparing for equality and streaming would be nice, but are stretch goals

Sqeaky commented 6 years ago

This is resolved with the inclusion of the Mezzanine::StaticString.