Code Completion on emplace_back in Visual Studio Pro

1 day ago 1
ARTICLE AD BOX

It's a minor thing, but it looks like Visual Studio Pro cannot get the arguments from the constructors when you use std::vector::emplace_back(), for example.

Is it just my own setup, or is there no easy way to get emplace_back() to look up the constructors of the correct type and their signatures?

Read Entire Article