On Jun 13, 2015, at 1:23 PM, Rafael Espindola <[email protected]> wrote: > And on some libstdc++ those virtual functions conclude that > > ------------------------ > int main() { > std::error_code foo = > std::make_error_code(std::errc::no_such_file_or_directory); > return foo == std::errc::no_such_file_or_directory; > } > ------------------------- > > should exit with 0.
This is GCC "RESOLVED INVALID" https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66438 <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66438>
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
