Commit Graph

  • 5cceded23b Drop unnecessary specialization. Kohei Takahashi 2015-06-23 08:56:58 +09:00
  • 78c5228d93 Move internal type into private. Kohei Takahashi 2015-06-23 00:37:24 +09:00
  • 0e8e857c2f Fix fusion::make_list return type. Kohei Takahashi 2015-06-22 23:43:49 +09:00
  • d197380540 Implement C++11 list_tie. Kohei Takahashi 2015-06-18 08:31:07 +09:00
  • 3d0412bfd1 constexpr support for variadic list. Kohei Takahashi 2015-05-31 20:34:50 +09:00
  • 275f65f9ad Implement C++11 Variadic Templates based list. Kohei Takahashi 2014-11-09 15:26:28 +09:00
  • 9c7b7754fb Merge pull request #83 from Flast/feature/integer_sequence Joel de Guzman 2015-06-22 21:38:44 +08:00
  • 2b14951660 Split c++14 like index_sequence into support/detail. Kohei Takahashi 2015-06-22 21:58:54 +09:00
  • 973f2d3940 Merge pull request #82 from Flast/refactor/just-move-into-cpp03 Joel de Guzman 2015-06-20 06:03:28 +08:00
  • 60cf66ad89 Adjust include path. Kohei Takahashi 2015-06-18 08:26:11 +09:00
  • fb2e4c502f Move list_tie. Kohei Takahashi 2015-06-18 08:21:08 +09:00
  • fffbbdebdf Merge pull request #81 from Flast/refactor/just-move-into-cpp03 Joel de Guzman 2015-06-17 05:58:07 +08:00
  • ddcd3cdf93 Likewise. Kohei Takahashi 2015-06-17 01:40:45 +09:00
  • 6df8d5a599 Merge pull request #80 from Flast/refactor/just-move-into-cpp03 Joel de Guzman 2015-06-16 07:53:27 +08:00
  • 78afb4d3fc Likewise. Kohei Takahashi 2015-06-14 23:05:06 +09:00
  • 94f3b2a08b Merge pull request #79 from Flast/bugfix/nested Joel de Guzman 2015-06-08 21:57:09 +08:00
  • 3521ea3417 Suppress warnings. Kohei Takahashi 2015-06-08 21:41:54 +09:00
  • ff25066be2 Remove unnecessary include of mpl::print. Kohei Takahashi 2015-06-08 13:36:49 +09:00
  • e0f10734b1 Fix issue 11267. Kohei Takahashi 2015-06-08 11:53:17 +09:00
  • 22268eb083 Merge pull request #78 from Flast/remove_old_workaround Joel de Guzman 2015-05-23 08:58:40 +08:00
  • 869513768d Remove obsolete workaround. Kohei Takahashi 2015-05-23 09:51:06 +09:00
  • 65fae37660 Merge pull request #77 from jzmaddock/patch-3 Joel de Guzman 2015-05-22 08:36:10 +08:00
  • cac994a7c6 Stop Using type_traits details. jzmaddock 2015-05-21 19:14:12 +01:00
  • 14228e9250 Merge pull request #76 from daminetreg/feature/fix-ticket-11269-adapt-empty-struct Joel de Guzman 2015-05-15 21:20:25 +08:00
  • 9911e05838 Adds test for each case adapter macros we support to adapt an empty type. Damien Buhl (alias daminetreg) 2015-05-15 09:09:10 +02:00
  • f22f1624b5 Merge pull request #75 from daminetreg/feature/fix-ticket-11269-adapt-empty-struct Joel de Guzman 2015-05-06 15:34:31 +08:00
  • 8b1da45bfe Fix 11269 (https://svn.boost.org/trac/boost/ticket/11269) and add test case for it. Damien Buhl (alias daminetreg) 2015-05-06 08:21:02 +02:00
  • 3b86f61f15 Merge pull request #74 from Flast/bugfix/11249 Joel de Guzman 2015-05-05 13:39:04 +08:00
  • 2445f60981 Fix #11249: missing includes. Kohei Takahashi 2015-05-05 14:09:20 +09:00
  • 6f8c02eb6f Merge pull request #73 from daminetreg/develop Joel de Guzman 2015-04-29 22:54:15 +08:00
  • 3c34d639df Merge branch 'master' into develop Damien Buhl (alias daminetreg) 2015-04-29 16:20:05 +02:00
  • b10d91ac82 Merge pull request #72 from daminetreg/master Joel de Guzman 2015-04-29 22:14:33 +08:00
  • b902afa5a0 fix testcase when BOOST_PP_VARIADICS is disabled. Damien Buhl (alias daminetreg) 2015-04-29 15:58:41 +02:00
  • 528e6d16f0 Merge pull request #69 from felgru/develop Joel de Guzman 2015-04-29 16:37:18 +08:00
  • 2153df596b Merge pull request #71 from daminetreg/master Joel de Guzman 2015-04-29 16:16:45 +08:00
  • ce62bb49f3 fix constructors of DEFINE_STRUCT_INLINE to allow construction with non-constexpr compatible. Damien Buhl (alias daminetreg) 2015-04-26 22:10:00 +02:00
  • 265de03026 Add test cases for non-constexpr compatible types. Damien Buhl (alias daminetreg) 2015-04-26 21:14:17 +02:00
  • 83fb0ef7a2 Merge branch 'master' into develop Joel de Guzman 2015-04-23 08:27:30 +08:00
  • 294a5ce644 Merge pull request #70 from daminetreg/feature/fix-for-11211 Joel de Guzman 2015-04-21 15:22:18 +08:00
  • bbdfc9972e Remove BOOST_CONSTEXPR on BOOST_FUSION_DEFINE_STRUCT constructor as it however adds the requirement that the user provided types are constant enabled. Damien Buhl (alias daminetreg) 2015-04-21 08:59:24 +02:00
  • 91966ae524 added test case for https://svn.boost.org/trac/boost/ticket/11211 Joel de Guzman 2015-04-21 03:45:39 +08:00
  • 94f53a8d4c fix a typo Felix Gruber 2015-04-02 15:46:37 +02:00
  • 0fcd2aa328 doc: fix typo in documentation of fused_procedure Felix Gruber 2015-04-01 15:14:56 +02:00
  • 83a08934c8 Prepare to merge Kohei Takahashi 2015-04-19 11:56:21 +09:00
  • ccb1aa20d9 Merge pull request #68 from Flast/develop Joel de Guzman 2015-04-14 18:31:06 +08:00
  • 6e569bcdc3 Fix workaround condition: || v.s. &&. Kohei Takahashi 2015-04-14 13:39:50 +09:00
  • de50f65380 fixes #11161 Joel de Guzman 2015-04-01 19:08:52 +08:00
  • 639cf2459d Merge pull request #67 from Flast/master boost-1.58.0 Joel de Guzman 2015-04-01 09:15:28 +08:00
  • 1ba1ac3ec8 Merge pull request #66 from boostorg/develop Joel de Guzman 2015-04-01 09:15:11 +08:00
  • 0bbea1ea32 doc: Fix a typo Kohei Takahashi 2015-04-01 09:57:55 +09:00
  • b56eb59595 Merge pull request #65 from Flast/bugfix/msvc Joel de Guzman 2015-03-31 00:00:44 +08:00
  • 01a2d6557e Adjust LWG2408 workaround enabling condition. Kohei Takahashi 2015-03-25 21:49:22 +09:00
  • 91cac41ada Merge pull request #64 from Flast/hotfix/1.58.0 Joel de Guzman 2015-03-23 10:05:59 +08:00
  • 67f0863cdd Fix includes. Kohei Takahashi 2015-03-22 12:24:18 +09:00
  • 2204f025d3 Merge pull request #61 from Flast/feature/sfinae-friendly-result_of Joel de Guzman 2015-03-19 09:39:54 +08:00
  • e881ea67cb Merge pull request #63 from Flast/develop Joel de Guzman 2015-03-16 08:43:34 +08:00
  • 84789ec1c3 Merge pull request #62 from Flast/feature/sfinae-friendly-result_of Joel de Guzman 2015-03-12 15:56:13 +08:00
  • 8c72a0012f Merge remote-tracking branch 'origin/develop' into feature/sfinae-friendly-result_of Kohei Takahashi 2015-03-09 10:45:42 +09:00
  • 4b5eb0cde8 Merge pull request #60 from daminetreg/master Joel de Guzman 2015-03-07 08:00:37 +08:00
  • d8bca006ff Merge pull request #59 from daminetreg/develop Joel de Guzman 2015-03-07 08:00:33 +08:00
  • 0954000314 After merge of #55 regenerated preprocessed headers as needed by #49. Damien Buhl alias daminetreg 2015-03-06 14:51:52 +01:00
  • 2b072973e0 Merge pull request #55 from boostorg/develop Joel de Guzman 2015-03-06 12:15:09 +08:00
  • 2c5b52f3bd Merge pull request #58 from Flast/feature/constexpr Joel de Guzman 2015-03-04 06:56:29 +08:00
  • f45c94fa43 Merge remote-tracking branch 'origin/develop' into feature/constexpr Kohei Takahashi 2015-03-04 02:20:52 +09:00
  • 2114bfca6c More constexpr and noexcept support. Kohei Takahashi 2015-03-03 02:21:02 +09:00
  • 3e66a56b9f Merge pull request #56 from Flast/doc-update Joel de Guzman 2015-02-22 04:39:31 +08:00
  • d03f79b6fd Update documents and tests for #8270 from Jamboree. Jamboree 2013-03-09 11:17:17 +09:00
  • 52eb8768f2 Add test for #9418, abstract types for key of map. Kohei Takahashi 2015-02-22 00:11:04 +09:00
  • 197792ac53 Conforming admonitions style to quickbook. Kohei Takahashi 2015-02-21 19:58:15 +09:00
  • 06428298bb Add docs for std::tuple adaptation. Kohei Takahashi 2015-02-21 19:16:13 +09:00
  • 960ccf5d2c Fix dead links: caused by pull-request #51. Kohei Takahashi 2015-02-21 19:15:49 +09:00
  • bd4b1cdac6 Fix #10443: SFINAE-friendly result_of::invoke. Kohei Takahashi 2015-02-12 21:21:01 +09:00
  • e23d153734 Merge pull request #54 from boostorg/fusion_adapters Joel de Guzman 2015-02-11 06:53:28 +08:00
  • d9337979b1 Merge pull request #50 from daminetreg/fusion_adapters fusion_adapters Joel de Guzman 2015-02-09 17:57:25 +08:00
  • 92726da079 Merge pull request #48 from boostorg/develop Joel de Guzman 2015-02-09 06:55:09 +08:00
  • 505d41ea67 Merge pull request #49 from Flast/bugfix/msvc Joel de Guzman 2015-02-09 06:53:57 +08:00
  • 02d15bfcb4 Merge pull request #52 from Flast/bugfix/lwg/2408 Joel de Guzman 2015-02-09 06:53:12 +08:00
  • fb0f22a296 Merge pull request #53 from Flast/bugfix/documentation Joel de Guzman 2015-02-09 06:35:12 +08:00
  • c5c0147d7d Add many tests for SFINAE-friendly result_of::invoke. Kohei Takahashi 2015-02-08 19:23:06 +09:00
  • 6ab68a29d8 Workaround for LWG 2408: SFINAE-friendly std::iterator_traits. Kohei Takahashi 2015-02-05 23:04:36 +09:00
  • aa1448b77a Merge pull request #51 from Flast/develop Joel de Guzman 2015-02-04 04:37:02 +08:00
  • 73a5dde412 Merge remote-tracking branch 'official/develop' into fusion_adapters Damien Buhl (alias daminetreg) 2015-02-02 07:06:52 +01:00
  • b60219eb8a Fix testcase for MSVC 10.0. Kohei Takahashi 2015-02-02 04:08:13 +09:00
  • c6c9d872d3 Factored out the IS_TPL macro. Damien Buhl (alias daminetreg) 2015-02-01 17:20:31 +01:00
  • fc1a60e8e6 Adding typename in front of BOOST_TYPEOF is only needed in MSVC when we check the type of a template. Damien Buhl alias daminetreg 2015-01-30 18:17:36 +01:00
  • de43345b34 BUGFIX: Forwarding template parameters for MSVC to deduced_attr_type context thanks to BOOST_FUSION_ADAPT_STRUCT_MSVC_REDEFINE_TEMPLATE_PARAMS. Damien Buhl alias daminetreg 2015-01-25 23:05:42 +01:00
  • 382c1e5645 BUGFIX: Expands typename for attribute_type only in case it is really a dependent scope. Damien Buhl (alias daminetreg) 2015-01-25 21:48:49 +01:00
  • 588896de45 Revert "BUGFIX: MSVC doesn't accept typename to specify a dependent scope within" Damien Buhl (alias daminetreg) 2015-01-25 16:14:45 +01:00
  • 70d5b40a7c BUGFIX: Expands typename for attribute_type only in case it is really a dependent scope. Damien Buhl alias daminetreg 2015-01-25 16:10:34 +01:00
  • e4d43b00c1 Cosmetic Kohei Takahashi 2015-01-22 01:02:28 +09:00
  • 995202044c Basic move support for c++03 map Kohei Takahashi 2015-01-18 23:01:48 +09:00
  • b3c560d3b6 Fix some typos. Kohei Takahashi 2015-01-21 19:34:44 +09:00
  • 3955f76511 Cosmetic Kohei Takahashi 2015-01-21 17:27:14 +09:00
  • 98247fb97f BUGFIX: MSVC doesn't accept typename to specify a dependent scope within template specialization in C++03 as standard specify it. Damien Buhl (alias daminetreg) 2015-01-21 00:28:13 +01:00
  • 5e4978b870 Fix some warnings within tests. Kohei Takahashi 2015-01-21 01:13:19 +09:00
  • 326104a9b7 Fix unexpected overload resolution on MSVC. Kohei Takahashi 2015-01-18 02:23:40 +09:00
  • ce8bf1079a Support removing the C++11 standard reference wrappers. Kohei Takahashi 2015-01-15 18:58:33 +09:00
  • 28598a7919 doc: Plural form and links. Kohei Takahashi 2015-01-15 18:24:44 +09:00
  • 0360dc44b2 Fix documentation typo of sequence concepts. Kohei Takahashi 2015-01-15 17:48:17 +09:00
  • fbd6a8a50f Fixing template parameter order and a function parameter type. Kohei Takahashi 2015-01-15 16:13:12 +09:00