Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.7.3
-
None
-
Visual Studio 2022, Qt 6.7.3, CMake 3.30, Windows 11
-
-
3d69b3c89 (dev)
Description
I'm not sure if lupdate uses the MSVC standard library or if it implements the headers itself. I call it via CMake.
template <class = typename name::space> void function();
lupdate Warning:
C:/CodeBase/Examples/Translate/file.cpp:2: Ignoring definition of undeclared qualified class
lupdate is confused by the sequence class = something::.