Merge branch '0.8' to sync with 0.8-rc1 release.
commit00beb3cfd7d6b7a0b30c0f4cd64d33efe472db33
authorDaniel Wallin <daniel@boostpro.com>
Wed, 17 Dec 2008 11:10:15 +0000 (17 12:10 +0100)
committerDaniel Wallin <daniel@boostpro.com>
Wed, 17 Dec 2008 11:10:15 +0000 (17 12:10 +0100)
tree11ada1366eef1162aee5ed60062d3dbdcc29c06e
parent20e7d537554b4598a1c5ea94e62470a6a014cc47
parent1d505a7ae81101c1d2ee22a181c8fefde75d918b
Merge branch '0.8' to sync with 0.8-rc1 release.

* 0.8:
  Really get rid of unused global warning.
  Document 'tag_function'.
  Add '__len' to list of overloadable operators.
  Fix GCC 'suggest parentheses' warning.
  Remove obsolete typedef from converters.
  Change private destructor test to use factory function.
  Document the new converter customization point.
  Remove old user-defined converters.
  Simplify converters and add customization point.
  Remove commented out "functor" converter.