au
au copied to clipboard
Provide forward declarations
It would be nice to provide authoritatively correct forward declarations. Then users could write APIs in their .hh
files that take, say, Quantity
by const-ref, without forcing their dependents to pay the cost of including the library. Granted, we try to keep that cost as small as possible, but it's not nothing!