try compiling without STL :(
This commit is contained in:
@@ -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