mirror of
https://github.com/boostorg/type_traits.git
synced 2025-08-01 21:44:30 +02:00
Fix template param name.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user