2
0
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:
Rene Rivera
2016-11-28 13:26:22 -06:00
committed by GitHub
parent a5cb620336
commit 4ee16d44c2

View File

@@ -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