From fd8442f73c80abe24fd52eed6d910079d56211ec Mon Sep 17 00:00:00 2001 From: Frank Birbacher Date: Tue, 20 Mar 2012 20:11:17 +0000 Subject: [PATCH] Created branch to extend PropertyMap: add a readable functor map that calls a given functor or function upon lookup. Ideas from: http://comments.gmane.org/gmane.comp.lib.boost.user/54397 and: http://comments.gmane.org/gmane.comp.lib.boost.user/73358 [SVN r77438] --- doc/html/images/alert.png | Bin doc/html/images/home.png | Bin doc/html/images/next.png | Bin doc/html/images/note.png | Bin doc/html/images/prev.png | Bin doc/html/images/smiley.png | Bin doc/html/images/tip.png | Bin doc/html/images/up.png | Bin include/boost/fusion/functional/adapter/unfused.hpp | 0 9 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 doc/html/images/alert.png mode change 100755 => 100644 doc/html/images/home.png mode change 100755 => 100644 doc/html/images/next.png mode change 100755 => 100644 doc/html/images/note.png mode change 100755 => 100644 doc/html/images/prev.png mode change 100755 => 100644 doc/html/images/smiley.png mode change 100755 => 100644 doc/html/images/tip.png mode change 100755 => 100644 doc/html/images/up.png mode change 100755 => 100644 include/boost/fusion/functional/adapter/unfused.hpp diff --git a/doc/html/images/alert.png b/doc/html/images/alert.png old mode 100755 new mode 100644 diff --git a/doc/html/images/home.png b/doc/html/images/home.png old mode 100755 new mode 100644 diff --git a/doc/html/images/next.png b/doc/html/images/next.png old mode 100755 new mode 100644 diff --git a/doc/html/images/note.png b/doc/html/images/note.png old mode 100755 new mode 100644 diff --git a/doc/html/images/prev.png b/doc/html/images/prev.png old mode 100755 new mode 100644 diff --git a/doc/html/images/smiley.png b/doc/html/images/smiley.png old mode 100755 new mode 100644 diff --git a/doc/html/images/tip.png b/doc/html/images/tip.png old mode 100755 new mode 100644 diff --git a/doc/html/images/up.png b/doc/html/images/up.png old mode 100755 new mode 100644 diff --git a/include/boost/fusion/functional/adapter/unfused.hpp b/include/boost/fusion/functional/adapter/unfused.hpp old mode 100755 new mode 100644