Explorar el Código

remove constexpr of ~mm_list()

greatbridf hace 2 años
padre
commit
c23b25c8eb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      include/kernel/mm.hpp

+ 1 - 1
include/kernel/mm.hpp

@@ -124,7 +124,7 @@ public:
     {
         v.m_pd = nullptr;
     }
-    constexpr ~mm_list()
+    ~mm_list()
     {
         if (!m_pd)
             return;