From cb93c87f4f0285e0b1978971fa7deae0a372407f Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Thu, 15 Feb 2001 15:18:38 +0000 Subject: [PATCH] added acknowledgement to Andrei for the conversion class [SVN r9210] --- include/boost/detail/type_traits.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/boost/detail/type_traits.hpp b/include/boost/detail/type_traits.hpp index 29c526e..76954c6 100644 --- a/include/boost/detail/type_traits.hpp +++ b/include/boost/detail/type_traits.hpp @@ -470,6 +470,9 @@ public: template struct is_POD { static const bool value = is_POD::value; }; +// +// Thanks to Andrei Alexandrescu for the original version of this +// conversion class! // // is one type convertable to another? template