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