在XCode 8.1中,当处理C ++项目时,我无法获得任何构造函数签名自动完成,当它们被阻塞时#34;通过命名空间。这非常令人讨厌,因为命名空间非常有用,并且在我的代码和我的软件所依赖的代码中广泛使用。
让我用两张图片来解释。
Accessing through the std
namespace.
Spilling the entire std
namespace into the source with using namespace
.
我的问题基本上是...... 什么?