id summary reporter owner description type status milestone component version severity resolution keywords cc 3322 Incorrect/Inconsistent behavior of fusion::find with vector and adapted struct. tegtmeye@… Joel de Guzman "For adapted struct: struct foo { int bar; }; ... adapted struct code... Attempting to find 'int' in a const instance of foo fails unless the query is against a const int. Works correctly for fusion::vector et al. const foo f; fusion::find(f); // error fusion::find(f); // OK See attached code " Bugs closed Boost 1.40.0 fusion Boost 1.39.0 Problem fixed fusion find BOOST_FUSION_ADAPT_STRUCT