Skip to content
Snippets Groups Projects
Commit c90869c7 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[robot-utils] undef intermediate preprocessing macros.

parent af3c1712
No related branches found
No related tags found
No related merge requests found
Pipeline #10914 passed with warnings
......@@ -36,10 +36,12 @@
#ifdef UNDEF_BOOST_MPL_LIMIT_VECTOR_SIZE
#pragma pop_macro("BOOST_MPL_LIMIT_VECTOR_SIZE")
#undef UNDEF_BOOST_MPL_LIMIT_VECTOR_SIZE
#endif
#ifdef UNDEF_BOOST_MPL_LIMIT_LIST_SIZE
#pragma pop_macro("BOOST_MPL_LIMIT_LIST_SIZE")
#undef UNDEF_BOOST_MPL_LIMIT_LIST_SIZE
#endif
#include "boost/assign.hpp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment