mirror of
https://github.com/MaskRay/ccls.git
synced 2025-02-16 21:58:08 +00:00
Remove std::experimental uses
This commit is contained in:
parent
a2c1cb4a83
commit
301d295f79
@ -10,8 +10,6 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
using namespace std::experimental;
|
||||
|
||||
optional<lsDiagnostic> BuildAndDisposeDiagnostic(CXDiagnostic diagnostic,
|
||||
const std::string& path);
|
||||
|
||||
|
@ -30,8 +30,6 @@ struct IndexType;
|
||||
struct IndexFunc;
|
||||
struct IndexVar;
|
||||
|
||||
using namespace std::experimental;
|
||||
|
||||
// The order matters. In FindSymbolsAtLocation, we want Var/Func ordered in
|
||||
// front of others.
|
||||
enum class SymbolKind : uint8_t { Invalid, File, Type, Func, Var };
|
||||
|
Loading…
Reference in New Issue
Block a user