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
There is a fixed ticket#835. Now the warning pops out again with boost 1.82.0 at a different location. MSVC version is VS2022 17.1.0.
boost_1_82_0\boost\geometry\algorithms\detail\overlay\colocate_clusters.hpp(89,1): warning C4459: declaration of 'indices' hides global declaration
boost_1_82_0\boost\multi_array\base.hpp(70,32): note: see declaration of 'boost::`anonymous-namespace'::indices'
boost_1_82_0\boost\geometry\algorithms\detail\overlay\handle_colocations.hpp(100): note: see reference to function template instantiation 'void boost::geometry::detail::overlay::colocate_clusters<Clusters,Turns>(const Clusters &,Turns &)' being compiled
with
[
Clusters=cluster_type,
Turns=turn_container_type
]
The text was updated successfully, but these errors were encountered:
There is a fixed ticket#835. Now the warning pops out again with boost 1.82.0 at a different location. MSVC version is VS2022 17.1.0.
The text was updated successfully, but these errors were encountered: