Rename isPolymorphic into isPolymorphicType

This commit is contained in:
2017-10-06 12:06:47 +02:00
parent 211f590caa
commit 85ad88bc4d
2 changed files with 5 additions and 5 deletions

View File

@ -164,7 +164,7 @@ body
*/
template stateSize(T)
{
static if (isPolymorphic!T)
static if (isPolymorphicType!T)
{
enum size_t stateSize = __traits(classInstanceSize, T);
}