This SO question: http://stackoverflow.com/questions/15344402/how-can-i-read-a-0xff...
authorHoward Hinnant <hhinnant@apple.com>
Mon, 11 Mar 2013 19:53:48 +0000 (19:53 +0000)
committerHoward Hinnant <hhinnant@apple.com>
Mon, 11 Mar 2013 19:53:48 +0000 (19:53 +0000)
commit41801f14eda2860d98d98742d145116ad882c2da
treef2d98fc657408a309fd76a5c8e534c178e4a9b48
parentbff7825a5726b99109509cea887dcf82fc788d38
This SO question:  stackoverflow.com/questions/15344402/how-can-i-read-a-0xff-in-a-file-with-libc-istream-iterator/15347225#15347225 highlighted the lack of a cast in the implementation of std::cin.  Added.  I unfortunately don't have a test case to add to the suite since this bug only shows itself when using std::cin.  The current testsuite setup does not have a way a good way to test std::cin.

llvm-svn: 176822
libcxx/include/__std_stream