Skip to content

Commit

Permalink
Merge branch 'shad0wshayd3-FO4:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutCascadia authored Nov 23, 2024
2 parents 861fa6c + 071b7a4 commit 73753ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CommonLibF4/include/RE/Bethesda/MemoryManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ namespace RE
if (mem) { \
return mem; \
} else { \
stl::report_and_fail("out of memory"sv); \
RE::stl::report_and_fail("out of memory"sv); \
} \
} \
\
Expand All @@ -344,7 +344,7 @@ namespace RE
if (mem) { \
return mem; \
} else { \
stl::report_and_fail("out of memory"sv); \
RE::stl::report_and_fail("out of memory"sv); \
} \
} \
\
Expand All @@ -368,7 +368,7 @@ namespace RE
if (mem) { \
return mem; \
} else { \
stl::report_and_fail("out of memory"sv); \
RE::stl::report_and_fail("out of memory"sv); \
} \
} \
\
Expand All @@ -378,7 +378,7 @@ namespace RE
if (mem) { \
return mem; \
} else { \
stl::report_and_fail("out of memory"sv); \
RE::stl::report_and_fail("out of memory"sv); \
} \
} \
\
Expand All @@ -396,7 +396,7 @@ namespace RE
if (mem) { \
return mem; \
} else { \
stl::report_and_fail("out of memory"sv); \
RE::stl::report_and_fail("out of memory"sv); \
} \
} \
\
Expand All @@ -406,7 +406,7 @@ namespace RE
if (mem) { \
return mem; \
} else { \
stl::report_and_fail("out of memory"sv); \
RE::stl::report_and_fail("out of memory"sv); \
} \
} \
\
Expand Down

0 comments on commit 73753ec

Please sign in to comment.