The adobe-source-libraries rpms
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2012-08-03 20:25:01 +02:00
tmp/source_release/adobe Build attempt 2012-08-03 20:25:01 +02:00
.gitignore fix sources 2012-04-01 10:24:24 +02:00
adobe-source-libraries.pc Fixing hard-coded version in .pc file 2012-04-05 11:59:04 +02:00
adobe-source-libraries.spec more build tries 2012-08-03 15:39:36 +02:00
asl-fedora-build-options.patch Initial commit (790628) 2012-03-20 13:50:28 +01:00
asl-gcc.patch Initial commit (790628) 2012-03-20 13:50:28 +01:00
asl-no-concept-check1043.patch Adding patch2, support for bombono-dvd 2012-03-29 00:09:43 +02:00
asl-time-utc.patch Handling boost bug 6940 2012-08-03 14:18:12 +02:00
asl-uninitialized-move.patch Build attempt 2012-08-03 20:25:01 +02:00
README.fedora Adding README.fedora 2012-04-03 17:01:03 +02:00
sources fix sources 2012-04-01 10:24:24 +02:00

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__