2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-01-27 07:02:12 +00:00

7 Commits

Author SHA1 Message Date
Beojan Stanislaus
8b6a9c26c1 std::tuple support (Resolving #103) (#104)
* Add get_ for std::tuple support

* Account for MSVC not defining __cplusplus properly

* Fix test definition

* Skip tuple test if C++11 not available

* Make C++11 compatible

* Bump minimum standard for tuple support to C++ 14

Return type deduction is necessary because this can depend on parameters to
get.

* Remove debug type that made compile fail

* Also remove the use of that debug type

* Rename tuple.cpp to tuple_test.cpp

* Use direct initialization in tuple_test.cpp

* Bump osx_image for Travis

* Make tuple.hpp comply with standard style
2021-03-12 05:59:28 +08:00
Kohei Takahashi
3d4c1d5dd5 Disable random_suffle in C++17. 2017-05-26 01:50:05 +09:00
Kohei Takahashi
9914b2ce99 Update doc and comment. 2017-05-14 13:40:54 +09:00
Thomas Heller
a3a9e27578 merged phoenix to release branch
[SVN r71229]
2011-04-13 21:42:40 +00:00
Thomas Heller
212db2b25f docs continued, fixed spelling
[SVN r68603]
2011-02-01 16:55:39 +00:00
Thomas Heller
ab57651ea1 continued to work on the documentation
[SVN r68601]
2011-02-01 15:23:24 +00:00
Thomas Heller
28362d0a1f doc works
[SVN r68427]
2011-01-25 00:48:24 +00:00