generated from threeal/cpp-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
This issue suggests separating the errors::format function and other functions which is using the fmt library as a separate target on a separate component. This change will ensure that the Error class could still be used without the need of the fmt library as the dependency.