diff options
author | Charlie Swanson <cswanson310@gmail.com> | 2015-05-07 17:27:19 -0400 |
---|---|---|
committer | Charlie Swanson <cswanson310@gmail.com> | 2015-05-07 17:27:29 -0400 |
commit | 6b38c7a53f2e284583199c12b4b9f6cd8d69004a (patch) | |
tree | 17f0fe8896ed1129b7a8db0c55953ab7ef82fe37 /src/mongo/db/pipeline/value.h | |
parent | 465ba933e8d6f5ad9173c4c806686b915bfffe1c (diff) | |
download | mongo-6b38c7a53f2e284583199c12b4b9f6cd8d69004a.tar.gz |
SERVER-17943 Add $filter aggregation expression
Diffstat (limited to 'src/mongo/db/pipeline/value.h')
-rw-r--r-- | src/mongo/db/pipeline/value.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/value.h b/src/mongo/db/pipeline/value.h index c79a02ec972..5324cc1b432 100644 --- a/src/mongo/db/pipeline/value.h +++ b/src/mongo/db/pipeline/value.h @@ -166,7 +166,6 @@ namespace mongo { friend BSONObjBuilder& operator << (BSONObjBuilderValueStream& builder, const Value& val); /** Coerce a value to a bool using BSONElement::trueValue() rules. - * Some types unsupported. SERVER-6120 */ bool coerceToBool() const; |