Commit 7a25b43
[core] Add TColorNumber constructor from a C-style string
We also require an overload for C-style strings. That's because the
TColorNumber is designed to be constructed implicitly, and C++ won't do
two user-defined conversions in a single implicit conversion chain.1 parent 775ebc8 commit 7a25b43
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
146 | 150 | | |
147 | 151 | | |
148 | 152 | | |
| |||
0 commit comments