[Filesystem] Removed extraneous debugging info

Failures in the filesystem library were breaking testing on several of our *nix machines. The problems were due to some extraneous debugging output statements that worked only on Windows. I've checked in the obvious fix to libs/filesystem/src/operations_posix_windows.cpp. Doug

Douglas Gregor wrote:
Failures in the filesystem library were breaking testing on several of our *nix machines. The problems were due to some extraneous debugging output statements that worked only on Windows. I've checked in the obvious fix to libs/filesystem/src/operations_posix_windows.cpp.
IIRC the failure was due to a misplaced #endif Thomas
Doug _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

"Douglas Gregor" <doug.gregor@gmail.com> wrote in message news:AF8417D7-B186-4F85-AF32-B725DDDFC63F@cs.indiana.edu...
Failures in the filesystem library were breaking testing on several of our *nix machines. The problems were due to some extraneous debugging output statements that worked only on Windows. I've checked in the obvious fix to libs/filesystem/src/operations_posix_windows.cpp.
Thanks! I missed a commit, made changes never intended to be committed, forgot, and then did the original commit. --Beman
participants (3)
-
Beman Dawes
-
Douglas Gregor
-
Thomas Witt