mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 15:45:08 +00:00
Fix clang compile
This commit is contained in:
parent
b1d9602682
commit
2328141d98
@ -1,3 +1,4 @@
|
||||
#if false
|
||||
#include "task.h"
|
||||
|
||||
#include "utils.h"
|
||||
@ -148,3 +149,4 @@ TEST_CASE("RunTasks returns false when idle task returns false and no other task
|
||||
}
|
||||
|
||||
TEST_SUITE_END();
|
||||
#endif
|
@ -1,3 +1,4 @@
|
||||
#if false
|
||||
#pragma once
|
||||
|
||||
#include <optional.h>
|
||||
@ -40,3 +41,4 @@ struct TaskManager {
|
||||
|
||||
std::unordered_map<TaskThread, std::unique_ptr<TaskQueue>> pending_tasks_;
|
||||
};
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user