Implement a compile-time string manipulation class.
authorDavin McCall <davmac@davmac.org>
Fri, 18 May 2018 18:19:13 +0000 (19:19 +0100)
committerDavin McCall <davmac@davmac.org>
Mon, 21 May 2018 17:29:45 +0000 (18:29 +0100)
commit83cc218055c0285f2324f3c3f787f167893150ac
treecdb35b12eb5ec77fd0238f7d9f4e97b6ff8224d1
parenta3f54be5cfcf90d059b35517ae94c43e28e4ca80
Implement a compile-time string manipulation class.

Currently very simple, allows for concatenation only.
src/includes/static-string.h [new file with mode: 0644]