diff options
| author | Rider Linden <rider@lindenlab.com> | 2015-07-06 15:05:27 -0700 | 
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2015-07-06 15:05:27 -0700 | 
| commit | 0b9a641b17be2a22e2a274ce6ab18a84612454af (patch) | |
| tree | 13180a2c22e4957c7bb89a6c400ff6df28cf6c36 /indra/llcommon | |
| parent | 50a97cd15a4c290bd26729f2c8a498bb1d0178d8 (diff) | |
Force Boost use of TR1 for result_of in tests
Diffstat (limited to 'indra/llcommon')
| -rwxr-xr-x | indra/llcommon/tests/lleventcoro_test.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/llcommon/tests/lleventcoro_test.cpp b/indra/llcommon/tests/lleventcoro_test.cpp index 79bcfe58ed..9e2bc0acee 100755 --- a/indra/llcommon/tests/lleventcoro_test.cpp +++ b/indra/llcommon/tests/lleventcoro_test.cpp @@ -59,6 +59,7 @@  //  http://www.boost.org/LICENSE_1_0.txt)  /*****************************************************************************/ +#define BOOST_RESULT_OF_USE_TR1 1  // On some platforms, Boost.Coroutine must #define magic symbols before  // #including platform-API headers. Naturally, that's ineffective unless the  // Boost.Coroutine #include is the *first* #include of the platform header. | 
