MY_ENUM_MAYBE_UNUSED inline std::vector toStrings()

in impl/EnumFlagsDetails.h [176:182]


  MY_ENUM_MAYBE_UNUSED inline std::vector<std::string> toStrings(             \
      NAME##Impl value) {                                                     \
    std::vector<std::string> strings;                                         \
    BOOST_PP_SEQ_FOR_EACH(MY_ENUMFLAG_DETAILS_OP_PUSHBACK_STRING, NAME##Impl, \
                          BOOST_PP_TUPLE_TO_SEQ(__VA_ARGS__))                 \
    return strings;                                                           \
  }                                                                           \