From 18d6ff2a60c4f8c5d05c32e08094fad2b2504813 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Mon, 14 Jun 2021 19:42:57 +0200 Subject: chore: fix common errors (#542) --- docs/common-errors.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/common-errors.md') diff --git a/docs/common-errors.md b/docs/common-errors.md index cdbc258..f994158 100644 --- a/docs/common-errors.md +++ b/docs/common-errors.md @@ -169,6 +169,8 @@ C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher ``` Read [How to: Enable a 64-Bit, x664 hosted MSVC toolset on the command line. Microsoft](https://docs.microsoft.com/en-us/cpp/build/how-to-enable-a-64-bit-visual-cpp-toolset-on-the-command-line?redirectedfrom=MSDN&view=msvc-160). +--------------------------------------------------------- + **ACE00066** I can't compile, I get: ``` C1001: An internal error has occurred in the compiler. -- cgit