mpl broken after removal of nttp.hpp in 85956
Hi Stephen, the message is: home/hunold/src/devel/boost/boost/mpl/aux_/nttp_decl.hpp:17:42: fatal error: boost/mpl/aux_/config/nttp.hpp: No such file or directory It seems that even nttp_decl.hpp is obsolete, as is only contains: // Obsolete. Remove. # define BOOST_MPL_AUX_NTTP_DECL(T, x) T x /**/ Maybe incomplete quick patch attached. Yours, Jürgen -- * Dipl.-Math. Jürgen Hunold ! * voice: ++49 4257 300 ! Fährstraße 1 * fax : ++49 4257 300 ! 31609 Balge/Sebbenhausen * jhunold@gmx.eu ! Germany
On 09/26/2013 04:00 PM, Jürgen Hunold wrote:
Hi Stephen,
the message is:
home/hunold/src/devel/boost/boost/mpl/aux_/nttp_decl.hpp:17:42: fatal error: boost/mpl/aux_/config/nttp.hpp: No such file or directory
It seems that even nttp_decl.hpp is obsolete, as is only contains:
// Obsolete. Remove. # define BOOST_MPL_AUX_NTTP_DECL(T, x) T x /**/
Maybe incomplete quick patch attached.
Thanks for the patch. It looks fine to me, so I went ahead and committed it. I was sure I built boost and ran the mpl tests before committing, so I don't know how this slipped through. Thanks, Steve.
participants (2)
-
Jürgen Hunold
-
Stephen Kelly