2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-19 02:32:09 +00:00

Merge branch 'develop' into release-3.0.1

This commit is contained in:
John Fletcher
2014-01-26 23:27:42 +00:00

View File

@@ -29,12 +29,13 @@ TODO (known issues):
CHANGELOG
- V3.0.1
- V3.0.1
- Started CHANGELOG
- Fixed bug_000008 to use phoenix headers correctly.
This fixes it for most systems but not for
Clang Linux C++11 with libstdc++ where the problem seems
to be in boost/thread. Clang Linux C++11 with libc++ works.
to be in boost/thread.
Clang Linux C++11 with libc++ works.
- Fixed #9113 warnings on -Wshadow (some fixed)
- Fixed #9111 unused parameter warning in phoenix bind
- Fixed #8417 Minor documentation
@@ -42,7 +43,11 @@ CHANGELOG
- Fixed #6268 phoenix and fusion operator < and added test bug6268
- Fixed many issues from Inspection report
phoenix/core/detail/phx_result.hpp Fixed clash with Apple macro 'check'
Fixed copyright and licence issues
Fixed tabs in some files
Deleted some empty unused files
Added tests for includes not being tested.
Boost V1.55:
- V3.0.0
- Boost Phoenix as passed on to new maintainer John Fletcher