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