Description
The current cmake script seems to be failing to pass the natvis to VS when consumed by vcpkg.
I've had to manually copy the natvis file to my source directory to get it loaded.
I'm guessing this is due to unordered being an interface in cmake while also marking the natvis file private, so there is neither a lib to consume, nor a config to pass down to consuming projects.
Unfortunately, without that natvis file, unordered_* is not a pleasant experience while debugging :/
(Version: 1.87.0, did not work on 1.86.0 either)
Metadata
Metadata
Assignees
Labels
No labels