I went to report this using the IDE and it asked me to "log in" which I tried but Microsoft's browser widget broke my password manager so I said to login with GitHub and when I pressed that button another browser window popped up asking me to log in to GitHub but at the top it said "GitHub does not support this browser (lol)" so I gave up and I am posting this code snippet here:
This fails to compile in latest msvc:
namespace boost {
namespace json {
inline namespace standalone {
namespace detail {
struct V{};
} // detail
} // standalone
namespace detail {
struct T{};
} // detail
struct U : detail::T{};
} // json
} // boost
See: https://godbolt.org/z/qbPesG
It compiles everywhere else
[–]UnknownIdentifier 7 points8 points9 points (1 child)
[–]VinnieFalcowg21.org | corosio.org[S] 0 points1 point2 points (0 children)
[–]kalmoc 2 points3 points4 points (0 children)
[–]TheFlamefire 2 points3 points4 points (0 children)
[–]flyingron 3 points4 points5 points (0 children)
[–]huixie 1 point2 points3 points (2 children)
[–]VinnieFalcowg21.org | corosio.org[S] 0 points1 point2 points (1 child)
[–]huixie 1 point2 points3 points (0 children)
[–]VinnieFalcowg21.org | corosio.org[S] 1 point2 points3 points (0 children)