diff options
Diffstat (limited to 'tests/projects/c++/modules/impl_unit')
| -rw-r--r-- | tests/projects/c++/modules/impl_unit/src/hello_impl.cpp | 4 | ||||
| -rw-r--r-- | tests/projects/c++/modules/impl_unit/xmake.lua | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/tests/projects/c++/modules/impl_unit/src/hello_impl.cpp b/tests/projects/c++/modules/impl_unit/src/hello_impl.cpp index 1c9968a51..9cee17cfd 100644 --- a/tests/projects/c++/modules/impl_unit/src/hello_impl.cpp +++ b/tests/projects/c++/modules/impl_unit/src/hello_impl.cpp @@ -1,7 +1,7 @@ -// module; -#include <iostream> module hello; +#include <iostream> + using namespace std; namespace hello { diff --git a/tests/projects/c++/modules/impl_unit/xmake.lua b/tests/projects/c++/modules/impl_unit/xmake.lua index 3d19e0908..abe41d20a 100644 --- a/tests/projects/c++/modules/impl_unit/xmake.lua +++ b/tests/projects/c++/modules/impl_unit/xmake.lua @@ -1,5 +1,4 @@ +set_languages("c++20") target("impl_unit") set_kind("binary") add_files("src/*.cpp", "src/*.mpp") - - |
