|
Boost Users : |
Subject: Re: [Boost-users] [Lexical Cast] Strange behaviour
From: Alexander Nasonov (alnsn_at_[hidden])
Date: 2009-03-18 12:16:04
Hi Robert,
My MSVC ionstallation is broken. Can you please build the following program,
pass -1 to it and check the exit code?
#include <iostream>
int main() { unsigned int i; std::cin >> i; return std::cin.good() ? 0 : 1; }
Alex
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net