Community
Participate
Working Groups
Build Identifier: M20110909-1335 std::ofstream out; out.write("a", 1); Code analysis reports: Invalid arguments ' Candidates are: std::basic_ostream<char,std::char_traits<char>> & write(const char *, ?) ' I have MS VC 10 compiler and use MS VC toolchain. Reproducible: Always