mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 10:59:15 +00:00
feat(kernel): update stl headers
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -25,6 +25,7 @@ void test_stl_vector();
|
||||
void test_stl_bitset();
|
||||
void test_stl_string();
|
||||
void test_stl_unordered_map() {}
|
||||
void test_stl_future();
|
||||
|
||||
void Test_stl()
|
||||
{
|
||||
@ -36,6 +37,7 @@ void Test_stl()
|
||||
test_stl_bitset();
|
||||
test_stl_string();
|
||||
test_stl_unordered_map();
|
||||
test_stl_future();
|
||||
}
|
||||
|
||||
#endif // DEBUG
|
||||
#endif // DEBUG
|
||||
|
Reference in New Issue
Block a user