Patch for quaternion.hpp

I'm attaching the patch against boost/math/quaternion.hpp regression error (mingw). Regards, Janusz

Paris (U.E.), le 04/05/2005 Bonjour Thanks for the patch. Due to time and access constraints over the next few days, I will only be able to incorporate it next Monday, but will incorporate it (unless someone beats me to it ;-) ). Merci Hubert Holin In article <00b501c55077$230927a0$8d00050a@januszpXP>, "Janusz Piwowarski" <jpiw@go2.pl> wrote:
I'm attaching the patch against boost/math/quaternion.hpp regression error (mingw).
Regards, Janusz --------------------------------------------------------------------- Index: boost/math/quaternion.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/math/quaternion.hpp,v retrieving revision 1.14 diff -u -b -u -r1.14 quaternion.hpp --- boost/math/quaternion.hpp 13 Apr 2005 14:41:00 -0000 1.14 +++ boost/math/quaternion.hpp 4 May 2005 06:55:13 -0000 @@ -16,6 +16,7 @@ #include <sstream> // for the "<<" operator
#include <boost/config.hpp> // for BOOST NO STD LOCALE +#include <boost/detail/workaround.hpp> #ifndef BOOST NO STD LOCALE #include <locale> // for the "<<" operator #endif /* BOOST NO STD LOCALE */ --------------------------------------------------------------------- _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (3)
-
Douglas Gregor
-
Hubert Holin
-
Janusz Piwowarski