Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 02aa454fb672b021bbe3be41eb1e0acb > files > 6

adobe-source-libraries-1.0.43-15.fc18.i686.rpm

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__