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 b734e40 commit 072f8faCopy full SHA for 072f8fa
1 file changed
src/xinterpreter.cpp
@@ -102,6 +102,7 @@ __get_cxx_version ()
102
return std::to_string(cxx_version);
103
}
104
105
+ // FIXME: This function should be upstreamed to CppInterOp. See https://github.com/compiler-research/CppInterOp/issues/879
106
static std::string get_language()
107
{
108
switch (Cpp::GetLanguage(nullptr))
0 commit comments