mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[LIBA] bool already exists in C++
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef LIBA_STDBOOL_H
|
||||
#define LIBA_STDBOOL_H
|
||||
|
||||
#ifndef __cplusplus
|
||||
typedef char bool;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user