try compiling without STL :(
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
#if __ANDROID__
|
||||
#define assert(P)
|
||||
#else
|
||||
#include <cassert>
|
||||
#endif
|
||||
|
||||
#include "BayesBall.h"
|
||||
|
||||
|
@@ -1,4 +1,9 @@
|
||||
|
||||
#if __ANDROID__
|
||||
#define assert(P)
|
||||
#else
|
||||
#include <cassert>
|
||||
#endif
|
||||
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
Reference in New Issue
Block a user