2
0
mirror of https://github.com/boostorg/asio.git synced 2026-02-25 14:32:08 +00:00

Fix defence against macros defined by Qt on MSVC.

This commit is contained in:
Christopher Kohlhoff
2021-10-17 11:02:39 +11:00
parent b6bd05ae45
commit 138ff6f68f

View File

@@ -146,4 +146,8 @@
# endif
# endif
# pragma pop_macro ("emit")
# pragma pop_macro ("signal")
# pragma pop_macro ("slot")
#endif