There are no known compatibility issues for any libc++ since r10. Anything built with r11 or newer should be mutually compatible as far as libc++ goes, as long as the libc++ that ends up in the APK is the newest version. Shipping a libc++ older than the one you used to compile will often not work.
Those are not tested configurations though. If you're looking for a guarantee, I can't provide one. If your app's tests work, that's a pretty good indicator that things are okay. If your app doesn't have tests, libc++ is the least of your problems :)