Question

It's not programming question per se. But do you guys know how to make VisualAssist (v10.7.1916.0) parse declaration of boost::bind (v1.51) correctly ? It's currently always underlined with red in my code. Perhaps all those templates in bind/bind_mf_cc.hpp drive it crazy.

Was it helpful?

Solution

Visual Assist X does have problem dealing with complex c++ template such as boost headers. I encounter this very often. I suggest you disable the error underlining in VAX.

OTHER TIPS

Does your code compile? if #include <bind/bin_mf_cc.hpp> is in your file, and the path of the boost library is added in the include paths of the compiler, then Visual AssistX should automatically parse it...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top