-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Standard Library Modules: bogus error C2504: 'std::filesystem::_Dir_enum_impl'
: base class undefined
#3333
Comments
Reported internally as VSO-1715231 "Standard Library Modules: Bogus error C2504: |
I also reported C2504 long time ago in DevCom-10091963. No idea if they are same issue. |
This compiler bug has been fixed for VS 2022 17.6 Preview 2. 🎉 |
It still appears for Microsoft Visual Studio Community 2022 |
17.6 Preview 2 > 17.5 Preview 6 17.6 Preview 2 has not been released yet |
@fsb4000: yep, I get it... that part I am missing here with these :hooray: reacts (yours included) - so we are celebrating fix of a regression bug in std::filesystem in VS that is not available yet? ;) |
Yeah, we like emojis and celebrating anything 😺 🎉 |
ack, I joined 🐰 |
On Discord, @davidhunter22 provided the following test case which is very similar to #3330, but which isn't helped by @fsb4000's workaround #3331:
I was unable to work around this by adding
_EXPORT_STD
and/orextern "C++"
, so it appears that we need to report an additional compiler bug beyond DevCom-10247495.The text was updated successfully, but these errors were encountered: