Details
-
Bug
-
Resolution: Done
-
Trivial - P5
-
None
-
Fully Compatible
-
ALL
Description
PW.USELESS_USING_DECLARATION
Defect 73578 (STATIC_C)
Checker PW.USELESS_USING_DECLARATION (subcategory none)
File: /src/mongo/db/query/expression_index.cpp
Parse Warning (no function name available)
/src/mongo/db/query/expression_index.cpp, line: 46
using-declaration ignored – it refers to the current namespace
using mongo::Interval;
|