You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bump(mcpp.plugins): 0.7.1, nothing in the package instantiates std::filesystem::path's iterator (#403)
Under MSVC 14.52 (36629 and 36725, measured on xrgui's CI) a module whose
BMI carries std::filesystem::path's iterator poisons every importer that
touches path again:
filesystem(1572): error C2801: '_Path_iterator<...>::operator ==' must be
a non-static member
the STL's own hidden friend. 0.7.1 changes no member's interface: the lib
root reads paths apart as strings and the members' relative-path arithmetic
is one string helper. 0.7.0 is unusable on that toolset for any consumer
whose host modules touch a path, which is why `latest` moves.
Archive downloaded twice and hashed the same; CN asset published from that
file with gtc and read back byte-identical. No package in this index pins
mcpp.plugins.
mcpp-community/mcpp-plugins#18
0 commit comments