Вопрос

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.

Это было полезно?

Решение

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.

Другие советы

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top