Index: src/GenPoly/Box.cpp
===================================================================
--- src/GenPoly/Box.cpp	(revision ca9d65e54b7ed187b75dfe016b8d4e2debd19fa4)
+++ src/GenPoly/Box.cpp	(revision 01fb70aa76ffe9fecb1ded63101dea3045db02f0)
@@ -1580,4 +1580,6 @@
 	ast::Expr const * postvisit( ast::OffsetPackExpr const * expr );
 
+	ast::Expr const * postvisit( ast::EnumPosExpr const * expr );
+
 	void beginScope();
 	void endScope();
@@ -1950,4 +1952,9 @@
 
 	return new ast::VariableExpr( expr->location, offsetArray );
+}
+
+// TODO 
+ast::Expr const * PolyGenericCalculator::postvisit( ast::EnumPosExpr const * expr ) {
+	return expr;
 }
 
