Also added a pretty much untested and totally incomplete STL string type.
This commit is contained in:
12
bastl/include/algorithm
Normal file
12
bastl/include/algorithm
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#if !defined(BAD_APPLE_OS_ALGORITHM_INCLUDED)
|
||||
#define BAD_APPLE_OS_ALGORITHM_INCLUDED
|
||||
|
||||
namespace std
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
#endif // !defined(BAD_APPLE_OS_ALGORITHM_INCLUDED)
|
||||
Reference in New Issue
Block a user