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
Agency's internal macros pollute the global scope and may interfere with trying to use different versions of Agency within the same program. We should undefine them somehow. One way is to introduce a header that always gets included last. We should also introduce a simple unit test for each public header that tests that these macros are not defined.
The text was updated successfully, but these errors were encountered:
Agency's internal macros pollute the global scope and may interfere with trying to use different versions of Agency within the same program. We should undefine them somehow. One way is to introduce a header that always gets included last. We should also introduce a simple unit test for each public header that tests that these macros are not defined.
The text was updated successfully, but these errors were encountered: