Home
ReSharper Support | JetBrains
Contact Support
Community
Sign in
Jovial92
Total activity
5
Last activity
November 13, 2025 04:08
Member since
October 14, 2025 08:33
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
November 13, 2025 04:08
Hi,Could you let me know the ETA for that changes?Tia
Community
ReSharper C++
weird code analysis behavior for c++ module
0 votes
Edited
October 22, 2025 03:49
Hi Andrey,Thank you for the tip about using the extern keyword for forward declarations, which resolved the issue when I forward declared a class within a header file from a module.However, if you ...
Community
ReSharper C++
weird code analysis behavior for c++ module
0 votes
Created
October 14, 2025 22:56
The ambiguity seems to come from the use of the ‘export’ keyword. What is the correct way to forward declare a class declared in a ‘traditional header file’ from a module interface file?
Community
ReSharper C++
weird code analysis behavior for c++ module
0 votes