From 3cc1d691da3981dcf3825c5499300c9972f6a2d7 Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Fri, 7 Jun 2019 15:26:11 +0200 Subject: [PATCH] Clarify that namespaces should be utilised in C++ --- specification.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specification.md b/specification.md index 236bc2a..7aabe28 100644 --- a/specification.md +++ b/specification.md @@ -296,6 +296,10 @@ The compiler guarantees the following: - Functions do not interact directly with `stdin`, `stdout`, or `stderr`. - No function terminates the application on correct usage. +*Note for C++*: +Do not prefix symbols. +Put everything in an `mcc` namespace instead. + ### Logging Logging infrastructure may be present; however, all log output is disabled by default.