We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b314fd commit 31b8455Copy full SHA for 31b8455
src/xinterpreter.cpp
@@ -101,8 +101,8 @@ int __get_cxx_version () {
101
__get_cxx_version ()
102
)";
103
104
- auto cxx_version = Cpp::Evaluate(code);
105
- return std::to_string(cxx_version);
+ auto cxx_version = Cpp::Evaluate(code);
+ return std::to_string(cxx_version);
106
}
107
108
@@ -132,7 +132,7 @@ __get_cxx_version ()
132
const std::string& code,
133
bool silent,
134
bool /*store_history*/,
135
- nl::json /*user_expressions*/,
+ nl::json /*user_expressions*/
136
)
137
{
138
nl::json kernel_res;
0 commit comments