id summary reporter owner description type status milestone component version severity resolution keywords cc 12367 Using an offset_ptr type as value for multi_index_container causes compile error with 1.59+ Michael Watkins Joaquín M López Muñoz "Our project uses multi_index_container in a Boost interprocess shared memory segment. This has always compiled fine until we tried upgrading to from 1.58 to 1.61. It turns out that something introduced in 1.59 causes a compile error. Our code uses a boost::interprocess::offset_ptr as the value for a multi_index_container instantiated in the shared memory segment. Apparently anything with 1.59 or higher does not like this. This has only been seen compiling with Visual Studio 2013. I have attached the slightly modified boost example that causes the error and the error output." Bugs closed To Be Determined multi_index Boost 1.59.0 Showstopper fixed multi_index multi_index_container interprocess offset_ptr ron.hall@…