Convert from include style to import style (c++ modules) #66

Open
opened 2025-11-02 10:49:19 +00:00 by light7734 · 0 comments
Owner

Adopt the C++ modules and import things instead of including.

This should speed up compile times, get rid of the std module (can get it by a simple import std now, no need for a pch) and simplify the directory structure to no longer need public / private, (or maybe we'll still use it)

Adopt the C++ modules and import things instead of including. This should speed up compile times, get rid of the `std` module (can get it by a simple import std now, no need for a pch) and simplify the directory structure to no longer need public / private, (or maybe we'll still use it)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: light7734/light#66
No description provided.