Skip to content

Commit e06ae99

Browse files
committed
adds C++20 module interface sus
`sus` is an experimental module interface unit. `import sus;` replaces including most conventional Subspace headers. Users will need to include headers suffixed with `_macros.h` in order to use Subspace modules, but should not include any headers otherwise.
1 parent ad5b35d commit e06ae99

File tree

84 files changed

+1795
-428
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+1795
-428
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required(VERSION 3.16)
15+
cmake_minimum_required(VERSION 3.30)
1616
project(subspace)
1717

1818
# compile_commands.json is needed for Subdoc's documentation generation.

0 commit comments

Comments
 (0)