You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if I would be able to use the cloned version of boost instead of using an archive.
It would also allow to build new versions of boost much faster and check that they are not failing to compile.
By the why, excellent project!
The text was updated successfully, but these errors were encountered:
It's a bit complicated since the file layout is different from the merged archive actually.
The various macros defining the libraries and tests should have a bit of logic in there to make it work I guess, and then update all the libraries to handle that.
I made #75 for this scenario.
It's not great though, listing all the modules could be done better, or maybe using a static list of per module dependency to add the right include directories for each lib only. To be refined later!
Hi,
It would be great if I would be able to use the cloned version of boost instead of using an archive.
It would also allow to build new versions of boost much faster and check that they are not failing to compile.
By the why, excellent project!
The text was updated successfully, but these errors were encountered: