Index: uspace/lib/cpp/include/impl/utility.hpp
===================================================================
--- uspace/lib/cpp/include/impl/utility.hpp	(revision 3457e114bd2edf203f71793f84942671e597eaca)
+++ uspace/lib/cpp/include/impl/utility.hpp	(revision 18944e0dda6ba6fe7d81417402a4722d1816d26f)
@@ -92,6 +92,6 @@
     template<class T>
     void swap(T& x, T& y)
-        noexcept(is_nothrow_move_constructible<T>::value &&
-                 is_nothrow_move_assignable<T>::value)
+        /* noexcept(is_nothrow_move_constructible<T>::value && */
+        /*          is_nothrow_move_assignable<T>::value) */
     {
         T tmp{move(x)};
