Skip to content

Commit c90869c

Browse files
[robot-utils] undef intermediate preprocessing macros.
1 parent af3c171 commit c90869c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/sot/core/robot-utils.hh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@
3636

3737
#ifdef UNDEF_BOOST_MPL_LIMIT_VECTOR_SIZE
3838
#pragma pop_macro("BOOST_MPL_LIMIT_VECTOR_SIZE")
39+
#undef UNDEF_BOOST_MPL_LIMIT_VECTOR_SIZE
3940
#endif
4041

4142
#ifdef UNDEF_BOOST_MPL_LIMIT_LIST_SIZE
4243
#pragma pop_macro("BOOST_MPL_LIMIT_LIST_SIZE")
44+
#undef UNDEF_BOOST_MPL_LIMIT_LIST_SIZE
4345
#endif
4446

4547
#include "boost/assign.hpp"

0 commit comments

Comments
 (0)