summaryrefslogtreecommitdiff
path: root/sphinx/domains/cpp.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/domains/cpp.py')
-rw-r--r--sphinx/domains/cpp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/domains/cpp.py b/sphinx/domains/cpp.py
index 9248a35e0..23df1f7dd 100644
--- a/sphinx/domains/cpp.py
+++ b/sphinx/domains/cpp.py
@@ -530,7 +530,7 @@ _id_operator_v2 = {
'()': 'cl',
'[]': 'ix',
'.*': 'ds', # this one is not overloadable, but we need it for expressions
- '?': 'cn',
+ '?': 'qu',
}
_id_operator_unary_v2 = {
'++': 'pp_',