mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
RunCMake/CXXModules: fix partition importing syntax
Apparently GCC accepts the ill-formed prior syntax.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export module importable;
|
||||
import importable : internal_partition;
|
||||
import : internal_partition;
|
||||
|
||||
#include "internal-partitions_export.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export module importable;
|
||||
export import importable : partition;
|
||||
export import : partition;
|
||||
|
||||
#include "partitions_export.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user