I use the enum v4.6 library from Boost Vault (mentioned here [stackoverflow.com]), but have encountered an element limit of 256 (that is, the maximum number of elements per enum = 256).
I understand that this has something to do with the boost/preprocessor/config/limits.hpp library, and some research led me to boost/preprocessor/config/limits.hpp , but changing these values had no effect as they are purely informational ( link [groups. google.com])
Is there any way to increase this limit?
source share