This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Author: gnaggnoyil (gnaggnoyil at gmail.com) | |
| License: WTFPL | |
| */ | |
| #ifndef _BIA_HPP_ | |
| #define _BIA_HPP_ | |
| #include <memory> | |
| #include <utility> | |
| #include <cstddef> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "compilerOptions": { | |
| "outDir": "./lib", | |
| "target": "es2017", | |
| "module": "commonjs", | |
| "declaration": true, | |
| "strict": true, | |
| "preserveConstEnums": true, | |
| "sourceMap": true | |
| }, |
OlderNewer