mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 22:00:28 +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