README.fedora
In the fedora version the any_iterator has the ability to relax some checks as outlined in https://svn.boost.org/trac/boost/ticket/4647. To enable this, set the NO_ASL_AI_CONCEPT_CHECK symbol e. g., #ifndef __MLIB_SDK_ASL_ANY_ITER_H__ #define __MLIB_SDK_ASL_ANY_ITER_H__ #define NO_ASL_AI_CONCEPT_CHECK #include <adobe/any_iterator.hpp> #endif // #ifndef __MLIB_SDK_ASL_ANY_ITER_H__