Commit Graph

9 Commits

Author SHA1 Message Date
John Fletcher
7650588a44 Change pow to std::pow 2015-03-24 21:58:59 +00:00
John Fletcher
c9b440f960 test/bind/bind_member_variable_tests.cpp Remove redundant const on return types. 2014-02-25 22:41:25 +00:00
John Fletcher
4bf7809330 test/bind/bug5782.cpp Add copyright 2014-01-24 13:17:33 +00:00
Thomas Heller
ab1a6a2c3c [phoenix]
Fixing bug #5782



[SVN r74041]
2011-08-24 09:52:58 +00:00
Thomas Heller
74722b8e46 [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]
2011-04-13 19:09:59 +00:00
Thomas Heller
84a70423f0 + finished porting a whole bunch of stuff:
- fusion
	- operator
	- statement (not complete: switch and try/catch)
	- object
+ some minor tweaks
+ reverted bind to fully rely on proto again (might break MSVC, further investigation needed)



[SVN r63512]
2010-07-02 05:55:02 +00:00
Thomas Heller
398579a251 + implemented PP file iterations with predefined macros for typenames etc.
+ added full support for member operator
+ added full support for std::iostream operator
+ implemented perfect forwarding for actor
+ adapted some test cases for "best-practice"
+ implemented variadic arguments for all actors based on phoenix/core/limits.h
+ added proper boost build handling
+ arity calculation tweak from Eric



[SVN r63027]
2010-06-16 21:43:16 +00:00
Thomas Heller
c859af8341 + added arity calculation for phoenix expressions
+ brought back nullary expressions



[SVN r62791]
2010-06-11 10:33:43 +00:00
Joel de Guzman
0ffb77664a First shot by Thomas Heller
[SVN r62537]
2010-06-08 01:31:35 +00:00