diff --git a/include/boost/intrusive/pack_options.hpp b/include/boost/intrusive/pack_options.hpp index 944243f..ff07678 100644 --- a/include/boost/intrusive/pack_options.hpp +++ b/include/boost/intrusive/pack_options.hpp @@ -209,6 +209,12 @@ struct do_pack > typedef typename Prev::template pack type; }; +template +struct do_pack > +{ + typedef typename do_pack >::type type; +}; + template struct do_pack > {