mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 00:36:20 +02:00
Try to fix issues with macos clang
This commit is contained in:
parent
9c42c00570
commit
37e84316c2
1 changed files with 2 additions and 2 deletions
|
@ -712,7 +712,7 @@ LocalNoInlineNoReturn(void throwTypeErrorWithTrace(
|
||||||
const std::string & s2,
|
const std::string & s2,
|
||||||
const Symbol & sym,
|
const Symbol & sym,
|
||||||
const Pos & p2,
|
const Pos & p2,
|
||||||
const char * s3))
|
const std::string_view & s3))
|
||||||
{
|
{
|
||||||
throw TypeError({
|
throw TypeError({
|
||||||
.msg = hintfmt(s, s2, sym),
|
.msg = hintfmt(s, s2, sym),
|
||||||
|
@ -727,7 +727,7 @@ LocalNoInlineNoReturn(void throwTypeErrorWithTrace(
|
||||||
const std::string & s2,
|
const std::string & s2,
|
||||||
const Symbol & sym,
|
const Symbol & sym,
|
||||||
const Pos & p2,
|
const Pos & p2,
|
||||||
const char * s3))
|
const std::string_view & s3))
|
||||||
{
|
{
|
||||||
throw TypeError({
|
throw TypeError({
|
||||||
.msg = hintfmt(s, s2, sym),
|
.msg = hintfmt(s, s2, sym),
|
||||||
|
|
Loading…
Reference in a new issue