summaryrefslogtreecommitdiff
path: root/src/mongo/base/system_error.cpp
AgeCommit message (Collapse)Author
2023-06-15SERVER-77042 automated IWYU changes up to ratio of 0.3Daniel Moody
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2017-11-02SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn
No reason to have two ways to express the same thing, and we can't get rid of ErrorCodes::Error().
2016-12-22SERVER-24398 Remove use of boost NOEXCEPT macros in favor of true C++11 noexceptMark Benvenuto
2015-08-13SERVER-19720 add missing BOOST_NOEXCEPT to fix MSVCAdam Midvidy
2015-08-13SERVER-19720 fix lintAdam Midvidy
2015-08-13SERVER-19720 add a std::error_category() for MongoDB error codesAdam Midvidy