From c7916d3b75aee02e6f2f8af840125266dd31e740 Mon Sep 17 00:00:00 2001 From: Igor Machado Coelho Date: Wed, 19 Mar 2025 21:56:01 +0000 Subject: [PATCH] Clang only works if module is cppm, not ixx: rename hello.ixx to hello.cppm --- example/hello-world/{hello.ixx => hello.cppm} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename example/hello-world/{hello.ixx => hello.cppm} (94%) diff --git a/example/hello-world/hello.ixx b/example/hello-world/hello.cppm similarity index 94% rename from example/hello-world/hello.ixx rename to example/hello-world/hello.cppm index 1b188b7..67c7369 100644 --- a/example/hello-world/hello.ixx +++ b/example/hello-world/hello.cppm @@ -1,4 +1,4 @@ -// hello.ixx +// hello.cppm export module hello; import ;