diff --git a/testApp/remote/channelAccessIFTest.cpp b/testApp/remote/channelAccessIFTest.cpp index 5e480b8..2fe5e42 100755 --- a/testApp/remote/channelAccessIFTest.cpp +++ b/testApp/remote/channelAccessIFTest.cpp @@ -1,3 +1,6 @@ +// disable buggy boost enable_shared_from_this assert code +#define BOOST_DISABLE_ASSERTS + #include #include #include diff --git a/testApp/remote/testServer.cpp b/testApp/remote/testServer.cpp index 6400478..70d4cce 100644 --- a/testApp/remote/testServer.cpp +++ b/testApp/remote/testServer.cpp @@ -6,7 +6,6 @@ #define NOMINMAX #endif -// TODO not nice // disable buggy boost enable_shared_from_this assert code #define BOOST_DISABLE_ASSERTS