Commit Graph

1158 Commits

Author SHA1 Message Date
John Fletcher
8904bcefaf Test for solution of problem with using namespace boost::phoenix 2015-03-27 22:59:56 +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
dc39c2ffd1 Test for solution of problem with using namespace boost::phoenix 2015-03-27 22:55:47 +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
John Fletcher
692a66520a doc/html/index.hmtl Updated 2015-03-27 22:22:03 +00:00
Joel de Guzman
16d77b5b7e Merge pull request #14 from Flast/feature/issue5604
Re-generate preprocessed files.
2015-03-27 16:53:23 +08:00
Joel de Guzman
ba277637bd Merge pull request #13 from Flast/feature/issue5604
Proviede accessibility to thrown exception for catch_ stmt.
2015-03-27 16:36:22 +08:00
Kohei Takahashi
401968b762 Re-generate preprocessed files. 2015-03-27 12:32:33 +09:00
Kohei Takahashi
dfba3fdc66 Update documentation for extended catch statement. 2015-03-27 11:08:34 +09:00
Kohei Takahashi
aa5f14e360 Merge remote-tracking branch 'origin/develop' into feature/issue5604 2015-03-27 11:06:29 +09:00
Joel de Guzman
9eafb24272 Merge pull request #12 from Flast/patch-4
Another fixing extra ';' warning.
2015-03-26 08:55:41 +08:00
Joel de Guzman
7a7b212d06 Merge pull request #11 from Flast/patch-3
Suppress unused parameter warnings.
2015-03-26 08:55:27 +08:00
John Fletcher
f5f7c39f6f lambda_tests1b2r Change test 2015-03-25 22:05:37 +00:00
John Fletcher
0d42ef3594 lambda_tests1b1r.cpp Change test for MSVC >= 11 2015-03-25 21:58:18 +00:00
John Fletcher
819f155104 ChangeLog Updated to reflect patches to release 3.2.0 2015-03-25 19:52:52 +00:00
Kohei Takahashi
5c8bbc9308 Add more tests for exceptions. 2015-03-25 19:34:12 +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
7650588a44 Change pow to std::pow 2015-03-24 21:58:59 +00:00
John Fletcher
fbfc52f43f Change pow to std::pow 2015-03-24 21:51:06 +00:00
John Fletcher
90dbf35930 doc/html/index.html Rerun docs 2015-03-24 21:40:24 +00:00
John Fletcher
37041710d8 Reverse merging of old aa* test files. 2015-03-24 21:35:52 +00:00
John Fletcher
8fc794726b Merge branch 'release-3.2.0' 2015-03-24 21:33:50 +00:00
John Fletcher
6eb5f5985f Changes from release 3.2.0 2015-03-24 21:33:13 +00:00
John Fletcher
d79dd21367 function/lazy_prelude.hpp Rename at to at_ 2015-03-24 21:23:52 +00:00
John Fletcher
94dabe19c0 lazy_list3_tests.cpp Rename at to at_ 2015-03-24 21:21:08 +00:00
Kohei Takahashi
226c5aaf47 Implement #5604: accessible to thrown object. 2015-03-25 01:27:00 +09:00
Joel de Guzman
036f1f3e6f Merge pull request #10 from Flast/patch-2
Fix extra ';' warning.
2015-03-24 16:48:48 +08:00
Joel de Guzman
2c44144df6 Merge pull request #9 from Flast/patch-1
Suppress unused local typedef warning in let.
2015-03-24 16:48:36 +08: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
7ac04ffb22 ChangeLog Added note about renaming of 'at' to be 'at_' 2015-03-23 16:13:41 +00: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
75930b848e lazy_list3_tests.cpp Rename at to at_ 2015-03-23 16:09:04 +00:00
John Fletcher
ed9936e7b7 ChangeLog add note of lazy_scan_tests 2015-03-23 14:34:52 +00:00
John Fletcher
e5cbd1f78f test/Jamfile add new test lazy_scan_tests 2015-03-23 14:34:35 +00:00
John Fletcher
4e5df28780 function/lazy_scan_tests.cpp Correct error 2015-03-23 14:34:16 +00:00
John Fletcher
ecbbe4bc73 function/lazy_scan_tests.cpp New test 2015-03-23 14:31:14 +00:00
John Fletcher
8aaf426be0 ChangeLog Add new test lazy_fold_tests 2015-03-23 12:50:44 +00:00
John Fletcher
f75b1a25a1 test/Jamfile add new test lazy_fold_tests 2015-03-23 12:48:27 +00:00
John Fletcher
388e1099d9 lazy_fold_tests.cpp Change some comments. 2015-03-23 12:48:09 +00:00
John Fletcher
eed30439c4 lazy_fold_tests.cpp New test 2015-03-23 12:45:40 +00:00
John Fletcher
5919552283 bug4853 - take out test for gcc 4.5. 2015-03-23 09:52:07 +00:00
John Fletcher
e04b6f0e0a querying_find and querying_find2 revise tests 2015-03-23 09:33:09 +00:00
John Fletcher
38836d4ee6 ChangeLog add note of new test lazy_compose_tests 2015-03-22 23:16:44 +00:00
John Fletcher
b417428500 test/Jamfile Add lazy_compose_tests 2015-03-22 23:15:21 +00:00
John Fletcher
affc175891 function/lazy_compose_tests.cpp New test 2015-03-22 23:14:13 +00:00
John Fletcher
825c91e5c4 ChangeLog document changes to test and modified lazy functionality. 2015-03-22 23:04:20 +00:00