remove the always failing testing_crossmodule_anonymous_no_rtti test from test suite and add notes for users about emulation limitations testing

This commit is contained in:
Antony Polukhin
2014-12-29 16:27:08 +03:00
parent 8ddc5feac4
commit 8558fd66ef
2 changed files with 5 additions and 2 deletions

View File

@@ -353,7 +353,9 @@ TypeIndex has been tested and successfully work on many compilers.
assert(foo_a() != foo_b()); // will fail on some compilers
```
*Compilers that have that limitation:* GCC, CLANG.
*Compilers that have that limitation:* GCC, CLANG, Intel.
*Test:* you can test this issue by runing the `testing_crossmodule_anonymous_no_rtti` that can be build if you run `../../../b2` in `type_index/test/` folder.
]
[section Define the BOOST_TYPE_INDEX_FUNCTION_SIGNATURE macro]