
Maciej,
If you start checking things, you will never stop adding rules. :-)
After extending one of them (coming soon) I've found this:
./libs/graph/src/graphviz_digraph_parser.cpp:253: reserved name used for macro (keyword or alternative token redefined) ./libs/graph/src/graphviz_graph_parser.cpp:253: reserved name used for macro (keyword or alternative token redefined)
In both cases it is the following:
#define const
This must be a new form of const-correctness, right? :-)
Would it be possible to implement all the rules currently enforced by the Boost inspect tool? We could then retire this and use Vera++ instead, which allowed us to be more flexible wrt the rule to enforce. BTW: Inspect allows to switch off certain tests for a particular file by inserting special comments into this file. Does Vera++ support something like this? Regards Hartmut