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 b6cadd3 commit 57ab2c0Copy full SHA for 57ab2c0
include/clang/Interpreter/CppInterOp.h
@@ -567,8 +567,8 @@ namespace Cpp {
567
568
///\returns list of operator overloads
569
CPPINTEROP_API void GetOperator(TCppScope_t scope, Operator op,
570
- std::vector<TCppFunction_t>& operators,
571
- OperatorArity kind = kBoth);
+ std::vector<TCppFunction_t>& operators,
+ OperatorArity kind = kBoth);
572
573
/// Creates an instance of the interpreter we need for the various interop
574
/// services.
0 commit comments