-
Bug
-
Resolution: Done
-
Major
-
None
-
None
MSVC doesn't allow this syntax
char buf[s.size() + 3];
we're forced to allocate the array on the heap and delete it after work
MSVC doesn't allow this syntax
char buf[s.size() + 3];
we're forced to allocate the array on the heap and delete it after work