Commit Graph

30 Commits

Author SHA1 Message Date
Glen Fernandes
0e97b05591 Fix unit tests that did not return report_errors() 2018-09-24 19:49:55 -04:00
Kohei Takahashi
389b204baf
Merge pull request #61 from Kojoley/fix-let-assigned-from-construct-from-array
Fix let assigned from construct from array
2018-02-07 23:39:50 +09:00
Nikita Kniazev
e35373aa99 Actor is taken by reference on assignment/subscript 2018-02-05 20:58:30 +03:00
Nikita Kniazev
49a4618d10 Fix let assigned from construct from array 2018-01-25 03:06:20 +03:00
Nikita Kniazev
db4c79fe7c C++11: Fixed bug with initializing phoenix lazy from array types
Type `const T [N]` decays to `T *const` when you place it into a function signature.

Closes https://svn.boost.org/trac10/ticket/12733.
2017-12-29 13:46:31 +03:00
Kohei Takahashi
4f0544edeb Suppress unused warnings. 2016-08-18 17:37:28 +09:00
John Fletcher
401fb9bc88 Reduce scope of test to just the limits. Previous version exhausts resources. 2015-04-02 19:30:39 +01:00
John Fletcher
5919552283 bug4853 - take out test for gcc 4.5. 2015-03-23 09:52:07 +00:00
John Fletcher
bd4d8f57e8 test/regression/bug4853.cpp Lock out a test for gcc 4.4. and 4.5 2015-01-03 15:06:31 +00:00
John Fletcher
2c8cff4c42 test/regression/bug4853.cpp Remove value test for gcc < 4.5 2014-12-24 17:50:23 +00:00
John Fletcher
ecfae30135 test/regression/bug7624.cpp Don't use decltype for gcc < 4.5 even with C++0x 2014-12-24 17:08:22 +00:00
John Fletcher
ee48608088 regression/bug7624.cpp Don't use decltype for Intel C++ 2014-12-23 19:23:05 +00:00
John Fletcher
1eda6f3f04 bug7165 and 7166 test on phoenix/core only to reduce compile load. 2014-12-22 21:50:57 +00:00
John Fletcher
59635936a1 bug4853 and bug 5626 Add include for <utility> 2014-03-10 14:45:37 +00:00
John Fletcher
81390246f0 test/regression/bug4653.cpp Add iostream header for std::cout for gcc 4.9 2014-02-11 23:07:47 +00:00
John Fletcher
ccdf75091f Sorting out merge of fix7624 2014-02-07 12:39:59 +00:00
John Fletcher
c3891855df test/regression/bug7166.cpp test supposed to fail 2014-02-02 15:28:12 +00:00
John Fletcher
10bb564a5f test/regression/bug7624.cpp Add licence and copyright 2014-02-02 14:46:52 +00:00
John Fletcher
9a08021840 test/regression/bug7165.cpp New file 2014-02-02 14:46:30 +00:00
John Fletcher
c9604ef268 test/Jamfile resolve changes 2014-02-02 11:35:18 +00:00
John Fletcher
c62ecccb60 test/regression/bug5875.cpp New file 2014-02-01 18:00:40 +00:00
John Fletcher
e6e0826787 test/regression/nug5824.cpp correction 2014-01-31 22:03:51 +00:00
John Fletcher
86022ec7c2 test/regression/bug5824.cpp New file 2014-01-31 21:59:47 +00:00
John Fletcher
0b4065a3c5 test/regression/bug6268.cpp Add copyright and licence 2014-01-31 20:14:29 +00:00
John Fletcher
8ace2fa27a Copyright in bug files 2014-01-24 13:25:33 +00:00
John Fletcher
108f16f1de Test for bug6268 2014-01-23 21:59:01 +00:00
Thomas Heller
7d976b6f41 [phoenix]
- some cosmetic changes
    - fixing bug #6040



[SVN r75069]
2011-10-20 13:41:39 +00:00
Thomas Heller
4e64b8eb1f - Forgot some changes for bug #5920
- Added testcase for bug #5968, works on gcc 4.6



[SVN r74833]
2011-10-09 00:55:08 +00:00
Thomas Heller
293fa5c237 [phoenix] Fixed bug #5626: corrected return value computation
[SVN r72794]
2011-06-29 14:16:58 +00:00
Thomas Heller
2ea31bee7b fixed nullary retrun type calculation, added some tests
[SVN r68466]
2011-01-27 09:38:32 +00:00