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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user