0

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.

expert
  • 29,290
  • 30
  • 110
  • 214

2 Answers2

2

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.

Xu Chen
  • 46
  • 2
0

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...