Index: src/libcfa/containers/result
===================================================================
--- src/libcfa/containers/result	(revision 58daf53c2f84c02dc8637d972768b27ee907752c)
+++ src/libcfa/containers/result	(revision 186b39852694fdb50e4870b81018fcbb65cf3762)
@@ -10,6 +10,6 @@
 // Created On       : Wed May 24 14:45:00 2017
 // Last Modified By : Andrew Beach
-// Last Modified On : Thr May 25 16:39:00 2017
-// Update Count     : 1
+// Last Modified On : Fri Jun 16 15:41:00 2017
+// Update Count     : 2
 //
 
@@ -55,4 +55,5 @@
 bool ?!=?(result(T, E) this, zero_t);
 
+/* Wating for bug#11 to be fixed.
 forall(otype T, otype E)
 result(T, E) result_value(T value);
@@ -60,4 +61,5 @@
 forall(otype T, otype E)
 result(T, E) result_error(E error);
+*/
 
 forall(otype T, otype E)
