We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5080ae7 commit 2d33b05Copy full SHA for 2d33b05
traffic-light-controlled-intersection/index.ixx
@@ -1,8 +1,9 @@
1
module;
2
#include <functional>
3
#include <mutex>
4
-using namespace std;
+
5
export module leetcode_test.traffic_light_controlled_intersection.TrafficLight;
6
+using namespace std;
7
namespace leetcode_test ::traffic_light_controlled_intersection {
8
9
export class TrafficLight {
@@ -30,4 +31,4 @@ public:
30
31
crossCar();
32
}
33
};
-} // namespace leetcode_test::traffic_light_controlled_intersection
34
+} // namespace leetcode_test::traffic_light_controlled_intersection
0 commit comments