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
{{ message }}
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
It seems like including both <pprint.hpp> and <structopt/structopt.hpp> will lead to conflicts, as magic_enum gets redefined.
Is there a standard way to use both pprint and structopt or am I missing something obvious?
The text was updated successfully, but these errors were encountered:
OK, so i used the namespace trick to limit structopt include to the namespace, but is there a better way to work around using both pprint and structopt?
It seems like including both <pprint.hpp> and <structopt/structopt.hpp> will lead to conflicts, as magic_enum gets redefined.
Is there a standard way to use both pprint and structopt or am I missing something obvious?
The text was updated successfully, but these errors were encountered: