mirror of
https://github.com/boostorg/static_string.git
synced 2026-01-31 10:29:33 +01:00
Add macro to disable exceptions
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user