mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-08 12:53:53 +08:00
Remove #define nullptr: it's the future now
This commit is contained in:
@@ -113,11 +113,6 @@
|
||||
// define NULL
|
||||
#include <stddef.h>
|
||||
|
||||
// if not c++0x, future proof code by allowing use of nullptr
|
||||
#ifndef nullptr
|
||||
# define nullptr NULL
|
||||
#endif
|
||||
|
||||
// make assert available since we use it a lot
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
Reference in New Issue
Block a user