let buildMsg automatically be inferred @safe
This commit is contained in:
parent
45d2d61031
commit
fd85bca437
|
@ -229,7 +229,7 @@ final class Scanner
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/// Build an error message in msgBuffer_ and return it as a string.
|
/// Build an error message in msgBuffer_ and return it as a string.
|
||||||
string buildMsg(S ...)(S args) @trusted
|
string buildMsg(S ...)(S args)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
return text(args);
|
return text(args);
|
||||||
|
|
Loading…
Reference in a new issue