Skip to content

Commit 2d33b05

Browse files
authored
Update index.ixx
1 parent 5080ae7 commit 2d33b05

File tree

1 file changed

+3
-2
lines changed
  • traffic-light-controlled-intersection

1 file changed

+3
-2
lines changed

traffic-light-controlled-intersection/index.ixx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
module;
22
#include <functional>
33
#include <mutex>
4-
using namespace std;
4+
55
export module leetcode_test.traffic_light_controlled_intersection.TrafficLight;
6+
using namespace std;
67
namespace leetcode_test ::traffic_light_controlled_intersection {
78

89
export class TrafficLight {
@@ -30,4 +31,4 @@ public:
3031
crossCar();
3132
}
3233
};
33-
} // namespace leetcode_test::traffic_light_controlled_intersection
34+
} // namespace leetcode_test::traffic_light_controlled_intersection

0 commit comments

Comments
 (0)