Skip to content

Commit 92ecb66

Browse files
committed
Update index.ixx
1 parent 323506a commit 92ecb66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

print-in-order/index.ixx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ module;
22
#include <functional>
33
#include <future>
44
#include <thread>
5+
6+
export module leetcode_test.print_in_order.Foo;
57
using std::function;
68
using std::future;
7-
export module leetcode_test.print_in_order.Foo;
89
namespace leetcode_test::print_in_order {
910
export class Foo {
1011
private:

0 commit comments

Comments
 (0)