mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-28 03:38:43 -06:00
Merge topic 'cxxmodules-proper-mangling'
3f1e005067 Tests/RunCMake/CXXModules: declare `forwarding` as `extern "C++"`
Acked-by: Kitware Robot <kwrobot@kitware.com>
Tested-by: buildbot <buildbot@kitware.com>
Merge-request: !8159
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
export module importable;
|
||||
|
||||
extern "C++" {
|
||||
int forwarding();
|
||||
}
|
||||
|
||||
export int from_import()
|
||||
{
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
export module importable;
|
||||
|
||||
extern "C++" {
|
||||
int forwarding();
|
||||
}
|
||||
|
||||
export int from_import()
|
||||
{
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
export module importable;
|
||||
|
||||
extern "C++" {
|
||||
int forwarding();
|
||||
}
|
||||
|
||||
export int from_import()
|
||||
{
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
export module importable;
|
||||
|
||||
extern "C++" {
|
||||
int forwarding();
|
||||
}
|
||||
|
||||
export int from_import()
|
||||
{
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
export module importable;
|
||||
|
||||
extern "C++" {
|
||||
int forwarding();
|
||||
}
|
||||
|
||||
export int from_import()
|
||||
{
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
export module importable;
|
||||
|
||||
extern "C++" {
|
||||
int forwarding();
|
||||
}
|
||||
|
||||
export int from_import()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user