Explorar o código

remove constexpr of ~mm_list()

greatbridf %!s(int64=2) %!d(string=hai) anos
pai
achega
c23b25c8eb
Modificáronse 1 ficheiros con 1 adicións e 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;