made Char ctor explicit

This commit is contained in:
2016-10-23 18:00:22 +02:00
parent bc0fc06772
commit 06cebc829e
2 changed files with 1 additions and 3 deletions

View File

@ -6,7 +6,6 @@ class Char;
// TODO: think about making ctors explict
/* Design decisions:
* - Everything related to ref-counting is the responsibility of the StringValue class
* - Anything dynamically allocated is owned (and thus once deleted) by the StringValue class