vxWorks test build fix

This commit is contained in:
Matej Sekoranja
2016-03-02 23:41:30 +01:00
parent 39739c8437
commit 27a292d7f2
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
// disable buggy boost enable_shared_from_this assert code
#define BOOST_DISABLE_ASSERTS
#include <stdlib.h>
#include <time.h>
#include <vector>

View File

@@ -6,7 +6,6 @@
#define NOMINMAX
#endif
// TODO not nice
// disable buggy boost enable_shared_from_this assert code
#define BOOST_DISABLE_ASSERTS