microsoft/vcperf

Using-directives in headers

TartanLlama opened this issue · 0 comments

Many of the headers have using-directives in them. If people would like to integrate vcperf into another codebase, or reuse components of it, this will force namespace pollution on them. Recommend fully qualifying names in headers and removing the using-directives.