Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我包含了用于 dynamic_bitset 的 Boost 库,现在我的 IntelliSense 充满了大量的 Boost 东西。有什么办法可以阻止这一切?我正在使用 VS2012
Intellisense 应该只列出当前命名空间中的函数。您很可能使用 using 指令。