summaryrefslogtreecommitdiff
path: root/src/mongo/base/status_with.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18007 support non-default constructible types in StatusWithAdam Midvidy2015-06-041-6/+12
* SERVER-17803 Constructing StatusWith shouldn't require Status copyJason Rassi2015-04-081-4/+4
* SERVER-17631 add makeStatusWith factory functionAdam Midvidy2015-03-241-0/+6
* SERVER-17638 Fix StatusWith comparison operatorsKaloian Manassiev2015-03-201-4/+4
* SERVER-17556: StatusWith move only type supportMark Benvenuto2015-03-171-27/+59
* SERVER-17287 StatusWith improvementsMathias Stearn2015-02-131-4/+88
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-9902 Use #pragma once in StatusWithSpencer Jackson2013-06-121-0/+2
* StatusWith class - designed for returning an error or a valueEliot Horowitz2013-04-231-0/+76