Assert not going through the PAL (#140)
* Assert not going through the PAL * Make it more difficult to assert() accidentally
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
#include "../pal/pal_consts.h"
|
||||
#include "bits.h"
|
||||
|
||||
#include <cassert>
|
||||
#include <cstdint>
|
||||
|
||||
namespace snmalloc
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#include "defines.h"
|
||||
|
||||
#include <atomic>
|
||||
#include <cassert>
|
||||
#include <cstdint>
|
||||
#include <type_traits>
|
||||
#if defined(_WIN32) && defined(__GNUC__)
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <cassert>
|
||||
#include <cstdint>
|
||||
#include <type_traits>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user