Add macro to disable exceptions

This commit is contained in:
Krystian Stasiowski
2019-12-16 17:36:12 -05:00
parent 77030a7e70
commit 41bb1a550d
3 changed files with 68 additions and 76 deletions

View File

@ -285,7 +285,7 @@ public:
CharT ch)
{
return assign_char(ch,
std::integral_constant<bool, (N>0)>{});
std::integral_constant<bool, (N > 0)>{});
}
/** Assign to the string.