We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0488f commit d9f85a4Copy full SHA for d9f85a4
_pages/blog_post.md
@@ -74,8 +74,10 @@ cling
74
* Type .q to exit *
75
*******************************************
76
[cling]$
77
+[cling]$ #include "cling/Interpreter/Interpreter.h"
78
+[cling]$ gCling->allowRedefinition(false)
79
```
-We will discuss other alternatives in further parts of this post.
80
+We will explain the these command, and other alternatives for using cling in further parts of this post.
81
82
# Interpreting C++
83
0 commit comments