X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fmeta.h;h=0034512b6ec2bea573ffbcc34115fc8562a5cac8;hp=f12aede28a60029fd875377610d161d21ca63f61;hb=967785734be5c3fc6f75da122c2d93ebbb338271;hpb=3553d02ef9cf66ae5ff16dd0b129815f144857a1 diff --git a/source/core/meta.h b/source/core/meta.h index f12aede..0034512 100644 --- a/source/core/meta.h +++ b/source/core/meta.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspcore -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_CORE_META_H_ #define MSP_CORE_META_H_ @@ -18,6 +11,14 @@ template struct RemoveConst { typedef T Type; }; +template +struct RemoveReference +{ typedef T Type; }; + +template +struct RemoveReference +{ typedef T Type; }; + } // namespace Msp #endif