The adobe-source-libraries rpms
|
|
||
|---|---|---|
| .gitignore | ||
| adobe-source-libraries.pc | ||
| adobe-source-libraries.spec | ||
| asl-boost-1.50.patch | ||
| asl-boost-1.57.patch | ||
| asl-boost-1.60.patch | ||
| asl-C11.patch | ||
| asl-fedora-build-options.patch | ||
| asl-gcc.patch | ||
| asl-gcc5.patch | ||
| asl-gcc6.patch | ||
| asl-no-concept-check1043.patch | ||
| asl-time-utc.patch | ||
| README.fedora | ||
| sources | ||
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__