From a00f98381c708fbba986844762368be3d0e20a6f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 28 Sep 2016 18:01:14 +0200 Subject: Change build2/cxx-modules to directory note --- build2/cxx-modules | 18 ------------------ build2/cxx-modules/cxx-modules | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 build2/cxx-modules create mode 100644 build2/cxx-modules/cxx-modules diff --git a/build2/cxx-modules b/build2/cxx-modules deleted file mode 100644 index f147825..0000000 --- a/build2/cxx-modules +++ /dev/null @@ -1,18 +0,0 @@ -- C++ modules support [idea] - -Notes on C++ Modules -==================== - -* Clang implements non-intrusive model via module maps, libc++ has one. - -* VC implements TS, has some tutorials. - -* Seems like multi-file module export may be supported in the future. So the - output becomes kind of like a library rather than a precompiled header file. - -Questions -========= - -* Is there/will there be support for modules in /showIncludes/-M*? We will - need it for all the same reasons as for headers. In a sense, module is an - always generated header. diff --git a/build2/cxx-modules/cxx-modules b/build2/cxx-modules/cxx-modules new file mode 100644 index 0000000..f147825 --- /dev/null +++ b/build2/cxx-modules/cxx-modules @@ -0,0 +1,18 @@ +- C++ modules support [idea] + +Notes on C++ Modules +==================== + +* Clang implements non-intrusive model via module maps, libc++ has one. + +* VC implements TS, has some tutorials. + +* Seems like multi-file module export may be supported in the future. So the + output becomes kind of like a library rather than a precompiled header file. + +Questions +========= + +* Is there/will there be support for modules in /showIncludes/-M*? We will + need it for all the same reasons as for headers. In a sense, module is an + always generated header. -- cgit v1.1