GuillaumeDua / CppShelf

Collection of powerfuls - C++ Single-Header Libraries Files
https://guillaumedua.github.io/CppShelf/
MIT License
9 stars 1 forks source link

[ag] io: opt-in dependency to fmt, csl::typeinfo, csl::ensure #183

Open GuillaumeDua opened 6 months ago

GuillaumeDua commented 6 months ago

Describe the issue

As-is, the csl::ag formatting implementation relies on:

but also some gcl relicates.

What must be done ?

Comes with a better design. External dependencies in csl must be opt-in.
Auto-detect is an option for the default value though.

Dependencies