2008-05-27 new(nothrow) C++ VCでもビルドできた。 bad_allocはどっかでハンドルすべきなのかなぁ… #include <iostream> using namespace std; int main() { int *i = new(nothrow) int; }