Skip to content

Commit 0e72398

Browse files
committed
Update index.ixx
1 parent 66a3a27 commit 0e72398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

valid-perfect-square/index.ixx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module;
33

44
export module leetcode_test.valid_perfect_square.Solution;
55
namespace leetcode_test::valid_perfect_square {
6-
6+
export
77
class Solution {
88

99
public:
@@ -28,5 +28,5 @@ public:
2828
return x * x == num;
2929
}
3030
};
31-
export Solution;
31+
//export Solution;
3232
} // namespace leetcode_test::valid_perfect_square

0 commit comments

Comments
 (0)