Follow-up to #474 (comment) between @sdebionne and @simmplecoder and @mloskot
apply_operation should be marked [[deprecated]] and provided only for backward compatibility. Just use visit in modern code (no limit on arity, etc...)
there is BOOST_NO_CXX11_DECLTYPE vs BOOST_NO_CXX11_DECLTYPE_N3276
Follow-up to #474 (comment) between @sdebionne and @simmplecoder and @mloskot