Skip to content

Visaul Studio 2015 Intellisense fails when including ryaml_all.hpp #236

Answered by biojppm
jslezosky asked this question in Q&A
Discussion options

You must be logged in to vote

Maybe some of the SFINAE macros in c4core confuse the Visual Studio parser. I can't help much here, as I don't use this much.

If it helps, the Intellisense parser in VS has improved by leaps and bounds since VS2015, so one possible workaround is installing VS2019 or maybe even VS2022 and use it with the VS2015 solution/toolset (but don't let the more recent VS update the solution, which it will ask for).

Or -- if you must really use the old VS2015 -- and are inclined to figure this out, you can try use the preprocessor to do a binary search for the code that prompts the crash : by using #if 0 to disable one half of the ryml_all.hpp file and click to rescan the solution, you will know whic…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jslezosky
Comment options

Answer selected by jslezosky
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants