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

[phoenix]

- Added documention for the function adaption macros
    - Added the What's new section
    - Fixed some bugs
    - Added basic support for phx2 result type deduction, not in production yet

[spirit]
    - Made necessary changes that reflect latest phoenix internal changes



[SVN r71227]
This commit is contained in:
Thomas Heller
2011-04-13 19:09:59 +00:00
parent 63e12d5c12
commit 74722b8e46
137 changed files with 6191 additions and 2429 deletions

View File

@@ -95,9 +95,7 @@ struct add_const_pointer
int
main()
{
//write_test<test::x>(identity());
write_test<test::x>(add_pointer());
//write_test<test::xx>(identity());
write_test<test::xx>(add_pointer());
read_test<test::x>(identity());