----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67236/ -----------------------------------------------------------
(Updated May 21, 2018, 12:58 p.m.) Review request for mesos, Chun-Hung Hsiao and Joseph Wu. Changes ------- Fixed comment. Repository: mesos Description ------- This function does not need to be Unicode, and so by using the ANSI version instead, we can avoid the `stringify` (and `<codecvt>`) dependency. We also only need to include `errorbase.hpp`, not `error.hpp`. Formatted and stylized correctly. Diffs (updated) ----- 3rdparty/stout/include/stout/windows/error.hpp 0bec474faf35705311db7b648edf9b4930ecc976 Diff: https://reviews.apache.org/r/67236/diff/2/ Changes: https://reviews.apache.org/r/67236/diff/1-2/ Testing ------- Built and tested stout-tests on Windows. Thanks, Andrew Schwartzmeyer
