--- /home/tim/.emacs.d/backups/!home!tim!workspace!uuid!boost!uuid!uuid.hpp.~1~	2008-12-06 20:07:12.000000000 +0100
+++ uuid.hpp	2009-07-16 12:22:36.111758971 +0200
@@ -37,6 +37,7 @@
 #include <boost/cstdint.hpp>
 #include <boost/numeric/conversion/cast.hpp>
 #include <boost/static_assert.hpp>
+#include <boost/type_traits/is_pod.hpp>
 
 #ifdef BOOST_NO_STDC_NAMESPACE
 namespace std {
@@ -201,6 +202,11 @@
 // Nobody wants to type boost::uuids::uuid
 using uuids::uuid;
 
+template <>
+class is_pod<boost::uuids::uuid>:
+    public boost::true_type
+{};
+
 } //namespace boost
 
 #endif // BOOST_UUID_HPP
