2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-17 14:02:10 +00:00
Commit Graph

375 Commits

Author SHA1 Message Date
Kohei Takahashi
b5cd167594 Move feature describing macros into limit.hpp. 2016-02-21 19:06:30 +09:00
Kohei Takahashi
b23a685dcf Implement assign. 2016-02-21 19:06:30 +09:00
Kohei Takahashi
198ac0e53c Implement C++11 variadic templates based actor. 2016-02-21 19:06:30 +09:00
Kohei Takahashi
10ce4c4636 Move cpp03 impl into cpp03 directory. 2016-02-20 14:51:02 +09:00
Kohei Takahashi
79ff7fe634 Split inlined implementations into its own header. 2016-02-20 14:42:44 +09:00
Kohei Takahashi
302dfdc395 Import fusion's index_sequence. 2016-02-19 19:06:19 +09:00
Kohei Takahashi
0a44e4a6ca Move cpp03 impl into its directory. 2016-02-19 18:25:58 +09:00
Jeff Trull
bb4262059c Fix TRAC 11226 by partially reverting b959ed0c33ef28ec978689a8b1235661fcde93fe;
add a unit test for the observed issue.
2015-04-22 21:02:01 -07:00
Joel de Guzman
24443595c2 Merge branch 'master' into develop
Conflicts:
	ChangeLog
	doc/html/index.html
	include/boost/phoenix/function/lazy_prelude.hpp
	test/algorithm/querying_find.cpp
2015-04-23 09:53:32 +08:00
John Fletcher
7369920a5e function/lazy_smart.hpp remove tab 2015-04-06 11:43:42 +01:00
John Fletcher
53c7a87244 Change deprecated range_result_iterator to range_iterator 2015-04-04 11:40:35 +01:00
John Fletcher
4444860167 Extend type results to 7 parameters 2015-04-03 18:42:19 +01:00
John Fletcher
e1803682d7 Add to copyright 2015-04-03 18:41:18 +01:00
John Fletcher
2da4942b36 function/lazy_prelude.hpp Add thunk codes. 2015-04-02 17:29:03 +01:00
John Fletcher
4368d998fb function/lazy_prelude.hpp Add ptr_to_fun codes. 2015-04-02 17:24:39 +01:00
John Fletcher
cd924ce0c4 function/lazy_signature.hpp Add more signatures for ptr_to_fun and thunk codes. 2015-04-02 17:24:11 +01:00
John Fletcher
9fd86bb8ce function/lazy_operator.hpp Add MonomorphicWrapper0 code. 2015-04-02 17:23:43 +01:00
John Fletcher
25962437ce function/lazy_prelude.hpp Update documentation 2015-04-02 17:10:00 +01:00
John Fletcher
7578505665 Change F to FF and L to LL in MapH result 2015-04-02 09:42:35 +01:00
John Fletcher
3359a15a17 Change L to LL in inner templates in CatHelp0 gor gcc 4.2.1 2015-04-02 09:37:56 +01:00
John Fletcher
3d2f30443e patch for BOOST_PHOENIX_ADAPT_FUNCTION 2015-03-28 21:08:48 +00:00
John Fletcher
def57bd32a patch for BOOST_PHOENIX_ADAPT_FUNCTION 2015-03-28 21:00:39 +00:00
John Fletcher
30c32f24a5 Fix for bug with BOOST_PHOENIX_ADAPT_FUNCTION_NULLARY with using namespace boost::phoenix 2015-03-27 22:59:30 +00:00
John Fletcher
5ad4d740d4 Fix for bug with BOOST_PHOENIX_ADAPT_FUNCTION_NULLARY with using namespace boost::phoenix 2015-03-27 22:51:02 +00:00
Kohei Takahashi
401968b762 Re-generate preprocessed files. 2015-03-27 12:32:33 +09:00
Kohei Takahashi
aa5f14e360 Merge remote-tracking branch 'origin/develop' into feature/issue5604 2015-03-27 11:06:29 +09:00
Kohei Takahashi
da73083e27 Suppress unused parameter warnings. 2015-03-25 18:53:02 +09:00
Kohei Takahashi
6421bcb302 Fix extra ';' warning. 2015-03-25 18:52:19 +09:00
Kohei Takahashi
1def65b0f5 Suppress unused parameter warnings. 2015-03-25 18:49:35 +09:00
Kohei Takahashi
13e1512741 Suppress unused local typedef warning in let. 2015-03-24 22:07:22 +00:00
John Fletcher
6eb5f5985f Changes from release 3.2.0 2015-03-24 21:33:13 +00:00
Kohei Takahashi
226c5aaf47 Implement #5604: accessible to thrown object. 2015-03-25 01:27:00 +09:00
Kohei Takahashi
761215549a Fix extra ';' warning.
GCC with '-pedantic' will warn.
2015-03-24 17:27:45 +09:00
Kohei Takahashi
ee518af22f Suppress unused local typedef warning in let. 2015-03-24 16:58:51 +09:00
John Fletcher
58f2a814b2 function/lazy_prelude.hpp Rename at to at_ because of name clash. 2015-03-23 16:09:32 +00:00
John Fletcher
4a329534fb lazy_reuse.hpp Add reuser4 2015-03-22 22:59:30 +00:00
John Fletcher
69a75cbd95 lazy_prelude.hpp Complete the upgrade. 2015-03-22 22:59:12 +00:00
John Fletcher
719765edc9 lazy_prelude.hpp Update to new standard and add new functions. 2015-03-22 22:51:30 +00:00
John Fletcher
59db2f159a function/lazy_signature.hpp lazy_smart.hpp New files 2015-03-22 22:33:52 +00:00
John Fletcher
04379f085a function/lazy_operator.hpp Updated to new policies 2015-03-22 22:26:36 +00:00
John Fletcher
a28ece0785 function/function.hpp Amend copyright. 2015-03-21 18:19:08 +00:00
John Fletcher
9b8d79e5b0 function/function.hpp Add result overloads to fix return problem for 1 to 4 arguments. 2015-03-21 10:24:37 +00:00
John Fletcher
9d837b6c9d Implementation of unordered type deduction 2015-03-18 16:47:20 +00:00
John Fletcher
1c1cd7aa12 stl/algorithm/detail/has_find.hpp Add include for unordered headers. 2015-03-18 16:45:39 +00:00
John Fletcher
1d48295e42 phoenix/config.hpp Add configuration for hash and unordered headers 2015-03-18 16:44:44 +00:00
John Fletcher
7126601304 Minor change to index.html 2015-03-17 21:28:42 +00:00
John Fletcher
0e40abca99 function/lazy_prelude.hpp Take out apply0 2015-03-12 15:56:56 +00:00
John Fletcher
a7f41a6715 function/lazy_prelude.hpp Correct bug on apply0 2015-03-12 15:21:11 +00:00
John Fletcher
4eb792ff17 scope/let.hpp Fix tabs in comments 2015-03-11 21:57:22 +00:00
John Fletcher
04a7ef3daf scope/let.hpp Fix tabs in comments 2015-03-11 21:52:43 +00:00