Index: uspace/lib/cpp/include/__bits/complex.hpp
===================================================================
--- uspace/lib/cpp/include/__bits/complex.hpp	(revision b57a3eeb719e9e5b79cc78424c1aa35aaecdb4d0)
+++ uspace/lib/cpp/include/__bits/complex.hpp	(revision b71ec664762bfb2e9e496a3c167122cd1c698285)
@@ -1,4 +1,4 @@
 /*
- * Copyright (c) 2018 Jaroslav Jindrak
+ * Copyright (c) 2019 Jaroslav Jindrak
  * All rights reserved.
  *
@@ -30,4 +30,5 @@
 #define LIBCPP_BITS_COMPLEX
 
+#include <cassert>
 #include <iosfwd>
 #include <sstream>
@@ -724,4 +725,6 @@
     {
         // TODO: implement
+        __unimplemented();
+        return is;
     }
 
@@ -766,4 +769,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return c;
     }
@@ -779,4 +783,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return c;
     }
@@ -786,4 +791,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return c;
     }
@@ -793,4 +799,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return complex<T>{};
     }
@@ -804,4 +811,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return c;
     }
@@ -811,4 +819,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return c;
     }
@@ -818,4 +827,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return c;
     }
@@ -825,4 +835,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return c;
     }
@@ -832,4 +843,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return c;
     }
@@ -839,4 +851,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return c;
     }
@@ -846,4 +859,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return c;
     }
@@ -853,4 +867,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return c;
     }
@@ -860,4 +875,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return c;
     }
@@ -867,4 +883,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return c;
     }
@@ -874,4 +891,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return c;
     }
@@ -881,4 +899,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return base;
     }
@@ -888,4 +907,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return base;
     }
@@ -895,4 +915,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return complex<T>{base};
     }
@@ -902,4 +923,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return c;
     }
@@ -909,4 +931,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return c;
     }
@@ -916,4 +939,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return c;
     }
@@ -923,4 +947,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return c;
     }
@@ -930,4 +955,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return c;
     }
