Fix template param name.

This commit is contained in:
jzmaddock
2015-02-28 16:58:02 +00:00
parent 258c80886a
commit defa583eba

View File

@ -59,8 +59,8 @@ namespace boost{
// This helper function is just to disable type-punning
// warnings from GCC:
//
template <class T>
static T& dereference(T* p) { return *p; }
template <class U>
static U& dereference(U* p) { return *p; }
operator const mpl::integral_c<T, val>& ()const
{