summaryrefslogtreecommitdiff
path: root/docs/DesignDocs/DebugMode.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/DesignDocs/DebugMode.rst')
-rw-r--r--docs/DesignDocs/DebugMode.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DesignDocs/DebugMode.rst b/docs/DesignDocs/DebugMode.rst
index 3b997d446..1ce438d53 100644
--- a/docs/DesignDocs/DebugMode.rst
+++ b/docs/DesignDocs/DebugMode.rst
@@ -53,7 +53,7 @@ assertion handler as follows:
#define _LIBCPP_DEBUG 1
#include <string>
- int main() {
+ int main(int, char**) {
std::__libcpp_debug_function = std::__libcpp_throw_debug_function;
try {
std::string::iterator bad_it;