summary refs log tree commit diff stats
path: root/doc/advopt.txt
diff options
context:
space:
mode:
authorAdrianV <adrian@veith-system.de>2018-04-15 13:43:01 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-04-15 13:43:01 +0200
commit0ce28d15cc9aff526a7733e40ae1ae495d4e8e55 (patch)
tree5194210604627fc7117acae8165ca65360638dad /doc/advopt.txt
parent70c0ff1be21d2a1fda6432fe2e5b7ae0953840ff (diff)
downloadNim-0ce28d15cc9aff526a7733e40ae1ae495d4e8e55.tar.gz
Nim namespace for cpp (#7453)
- new option --usenamespace to generate nim cpp code in its own namespace Nim
- minor changes for compatibility with the new Embarcadero = Borland C++-Builder (bcc)
Diffstat (limited to 'doc/advopt.txt')
-rw-r--r--doc/advopt.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt
index 345e20fe4..214ac8dd2 100644
--- a/doc/advopt.txt
+++ b/doc/advopt.txt
@@ -76,6 +76,7 @@ Advanced options:
   --NimblePath:PATH         add a path for Nimble support
   --noNimblePath            deactivate the Nimble path
   --noCppExceptions         use default exception handling with C++ backend
+  --cppCompileToNamespace   use namespace "Nim" for the generated C++ code 
   --excludePath:PATH        exclude a path from the list of search paths
   --dynlibOverride:SYMBOL   marks SYMBOL so that dynlib:SYMBOL
                             has no effect and can be statically linked instead;