I have build several CLI applications that use IOStreams which now compile fine with the new dev tools but iostreams operate very strangely. Has anyone else come accross this problem? A simple example is a call to getline(char *, int). It does not retreive the line after the user presses return. It waits for another return before doing so.