Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

analyze/invalid-cpp-raw

This happens when cpp/raw is missing its string argument. It can also happen when it has extra arguments or when it is given something other than a string literal of C++ code.

Mitigations

Call cpp/raw with exactly one string literal containing the raw C++ code.