mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 12:22:17 +00:00
Fix macro redef errors on some compilers.
This commit is contained in:
@@ -32,7 +32,9 @@
|
||||
/* */
|
||||
|
||||
#ifndef FUNCTION_DEBUG_PROFILE
|
||||
#undef PROFILE_ENTER_LOCAL
|
||||
#define PROFILE_ENTER_LOCAL(x)
|
||||
#undef PROFILE_EXIT_LOCAL
|
||||
#define PROFILE_EXIT_LOCAL(x)
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user