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 57e6aaf commit c6427caCopy full SHA for c6427ca
sphinx/domains/c/_ids.py
@@ -1,8 +1,9 @@
1
from __future__ import annotations
2
3
-import re
4
from typing import TYPE_CHECKING
5
+import regex as re
6
+
7
if TYPE_CHECKING:
8
from collections.abc import Sequence, Set
9
sphinx/domains/cpp/_ids.py
@@ -251,9 +251,10 @@
251
252
253
254
255
256
257
258
259
260
sphinx/domains/cpp/_parser.py
from sphinx.domains.cpp._ast import (
ASTAlignofExpr,
ASTArray,
0 commit comments