Index: libcfa/src/vec/vec2.hfa
===================================================================
--- libcfa/src/vec/vec2.hfa	(revision 0dedf756793e1c402243e25789916f50420962dc)
+++ libcfa/src/vec/vec2.hfa	(revision d1314805609c325d4e1c48b7a5254a2f1393bcf5)
@@ -38,5 +38,4 @@
 // int
 int ?=?(int& n, zero_t) { return n = 0.f; }
-int sqrt(int a) { return sqrt((float)a); }
 /* float */
 void ?{}(float& a, int b) { a = b; }
@@ -216,5 +215,5 @@
 }
 
-forall(dtype ostype, otype T | writeable(T, ostype) | vec2_t(T)) {
+forall(dtype ostype, otype T | writeable(T, ostype)) {
     ostype & ?|?( ostype & os, vec2(T) v) with (v) {
         return os | '<' | x | ',' | y | '>';
