Index: uspace/lib/cpp/src/string.cpp
===================================================================
--- uspace/lib/cpp/src/string.cpp	(revision c735afb91b560262eba129b63224deeed8037d5a)
+++ uspace/lib/cpp/src/string.cpp	(revision b71ec664762bfb2e9e496a3c167122cd1c698285)
@@ -1,4 +1,4 @@
 /*
- * Copyright (c) 2018 Jaroslav Jindrak
+ * Copyright (c) 2019 Jaroslav Jindrak
  * All rights reserved.
  *
@@ -27,4 +27,5 @@
  */
 
+#include <cassert>
 #include <string>
 
@@ -34,4 +35,5 @@
     {
         // TODO: implement using stol once we have numeric limits
+        __unimplemented();
         return 0;
     }
@@ -72,4 +74,5 @@
     {
         // TODO: implement using stol once we have numeric limits
+        __unimplemented();
         return 0;
     }
@@ -78,4 +81,5 @@
     {
         // TODO: implement using stoul once we have numeric limits
+        __unimplemented();
         return 0;
     }
@@ -84,4 +88,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return 0.f;
     }
@@ -90,4 +95,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return 0.0;
     }
@@ -96,4 +102,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return 0.0l;
     }
@@ -206,4 +213,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return 0;
     }
@@ -212,4 +220,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return 0;
     }
@@ -218,4 +227,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return 0;
     }
@@ -224,4 +234,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return 0;
     }
@@ -230,4 +241,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return 0;
     }
@@ -236,4 +248,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return 0.f;
     }
@@ -242,4 +255,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return 0.0;
     }
@@ -248,4 +262,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return 0.0l;
     }
@@ -254,4 +269,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return wstring{};
     }
@@ -260,4 +276,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return wstring{};
     }
@@ -266,4 +283,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return wstring{};
     }
@@ -272,4 +290,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return wstring{};
     }
@@ -278,4 +297,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return wstring{};
     }
@@ -284,4 +304,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return wstring{};
     }
@@ -290,4 +311,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return wstring{};
     }
@@ -296,4 +318,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return wstring{};
     }
@@ -302,4 +325,5 @@
     {
         // TODO: implement
+        __unimplemented();
         return wstring{};
     }
