#include <iostream>#include <sstream>int main(){ std::ostringstream ostring; ostring. // <-- Here code completion doesn't list anything return 0;}
... it's gonna get improved soon ....