Fix missing BOOST_CONTAINER_SEGMENTED_AUTO_UNROLL definitiion when BOOST_CONTAINER_SEGMENTED_DISABLE_PRAGMA_UNROLL is active

This commit is contained in:
Ion Gaztañaga
2026-07-06 00:38:55 +02:00
parent e66ac973f6
commit b925aa7590
@@ -374,6 +374,7 @@ struct deepest_local_iterator
#define BOOST_CONTAINER_SEGMENTED_AUTO_UNROLL BOOST_CONTAINER_AUTO_UNROLL
#elif defined(BOOST_CONTAINER_SEGMENTED_DISABLE_PRAGMA_UNROLL)
#define BOOST_CONTAINER_SEGMENTED_UNROLL(N)
#define BOOST_CONTAINER_SEGMENTED_AUTO_UNROLL
#else
#error "Must define either BOOST_CONTAINER_SEGMENTED_ENABLE_PRAGMA_UNROLL or BOOST_CONTAINER_SEGMENTED_DISABLE_PRAGMA_UNROLL"
#endif