|
15d0d66a75
|
Updated limit implementation.
|
2020-07-02 11:24:15 -04:00 |
|
|
533d636ece
|
Implement tuple limits for TUPLE functionality. Add updated copyright for changed files.
|
2020-05-01 14:38:32 -04:00 |
|
|
0dcaaac66f
|
Changed directory structure so that all limits implementations are in their own relative "limits" subdirectory.
|
2020-04-30 10:24:33 -04:00 |
|
|
82addd1b28
|
Support for expanded numbers up to 512, as well as expanded while iterationms up to 512.
|
2020-04-29 06:38:10 -04:00 |
|
|
776037ae56
|
Corrected implementation and testing for BOOST_PP_VA_OPT
|
2019-10-31 06:07:10 -04:00 |
|
|
4fe7807f79
|
Add BOOST_PP_VA_OPT implementation
|
2019-10-20 17:00:51 -04:00 |
|
|
80107ea60a
|
Changed opt to has_opt in header file and HTML
|
2019-10-19 10:51:40 -04:00 |
|
|
1473215dc7
|
Changed name of macro from BOOST_PP_VARIADIC_OPT to BOOST_PP_VARIADIC_HAS_OPT
|
2019-10-19 05:49:13 -04:00 |
|
|
88a0365f4d
|
Added the BOOST_PP_CHECK_EMPTY macro and documentation.
|
2019-10-06 22:06:38 -04:00 |
|
|
4cce94a84e
|
Segregate C20 macros code from other macros for BOOST_PP_IS_EMPTY
|
2019-09-27 09:44:15 -04:00 |
|
|
2f9be1086a
|
Less wasteful inclusion.
|
2019-09-26 16:07:03 -04:00 |
|
|
684e9991ec
|
Only include macro if allowable.
|
2019-09-26 15:05:17 -04:00 |
|
|
0cdd09e6e1
|
Change to a less wasteful use of BOOST_PP_VARIADIC_OPT in BOOST_PP_IS_EMPTY code.
|
2019-09-26 00:43:46 -04:00 |
|
|
e476f10f52
|
Added OPT macro to determine whether C++20's __VA_OPT__ is supported or not. Updated the undocumented variadic IS_EMPTY to use the functionality of __VA_OPT__ if it exists to provide perfect functionality for testing for emptiness.
|
2019-09-25 06:29:04 -04:00 |
|
|
5756fb08ad
|
Fixed inspect report problems: tabs and lack of copyright notices, and a few other small html file errors.
|
2019-08-27 01:29:21 -04:00 |
|
|
735e301c46
|
Added BOOST_PP_IDENTITY_N functionality with test.
|
2015-09-12 19:53:59 -04:00 |
|
|
77a9177c31
|
Remove extraneous include
|
2015-01-30 22:15:54 -05:00 |
|
|
b70598c357
|
Using BOOST_PP_IDENTITY makes code clearer.
|
2014-07-03 16:51:17 -04:00 |
|
|
56525c76cc
|
Change back to original implementation.
|
2014-07-03 16:50:56 -04:00 |
|
|
8ac31eb612
|
Changed BOOST_PP_EMPTY to only use the variadic version when not VC++. Corrected others to use local version of EMPTY.
|
2014-07-03 16:50:44 -04:00 |
|
|
4ed6f6e07a
|
Addition of is_empty tests and changes to rem processing as a workaround to VC++ problem.
|
2014-07-03 16:44:00 -04:00 |
|
|
2c7cf9410a
|
Added variadic version of BOOST_PP_EMPTY and added new is_empty tests.
|
2014-07-03 16:43:40 -04:00 |
|
|
975c39b910
|
Added variadic is_empty and is_begin_parens along with tests.
|
2014-07-03 16:43:16 -04:00 |
|
|
6b0be3fe4f
|
Revert "Merge branch 'master' into develop"
This reverts commit 1422fce0db , reversing
changes made to 9d2d1fffdf .
|
2014-06-16 23:58:35 -04:00 |
|
|
9d2d1fffdf
|
Revert use of variadic is_empty.
|
2014-06-16 07:01:15 -04:00 |
|
|
70e0f2d6e0
|
Using BOOST_PP_IDENTITY makes code clearer.
|
2014-05-26 16:36:30 -04:00 |
|
|
b03d46129c
|
Change back to original implementation.
|
2014-05-25 07:53:44 -04:00 |
|
|
9d308c1b9d
|
Changed BOOST_PP_EMPTY to only use the variadic version when not VC++. Corrected others to use local version of EMPTY.
|
2014-05-23 10:23:40 -04:00 |
|
|
c66ea5871f
|
Addition of is_empty tests and changes to rem processing as a workaround to VC++ problem.
|
2014-04-30 16:06:49 -04:00 |
|
|
6fe93a542d
|
Added variadic version of BOOST_PP_EMPTY and added new is_empty tests.
|
2014-04-28 22:12:08 -04:00 |
|
|
d2bfda8308
|
Added variadic is_empty and is_begin_parens along with tests.
|
2014-04-28 19:24:42 -04:00 |
|
|
1149d38ef4
|
limited variadic support
[SVN r72763]
|
2011-06-26 13:07:20 +00:00 |
|
|
d18009e308
|
Converted files to the BSL based on the permissions in more/blanket-permission.txt
[SVN r25052]
|
2004-09-13 15:51:29 +00:00 |
|
|
fb183beac1
|
apply Digital Mars patch by Daniel James (http://article.gmane.org/gmane.comp.lib.boost.devel/107127)
[SVN r24219]
|
2004-08-01 07:24:26 +00:00 |
|
|
e599a58f10
|
Converted to Boost Software License, Version 1.0
[SVN r24096]
|
2004-07-27 03:43:34 +00:00 |
|
|
1f03280e44
|
oops, tabs...
[SVN r16768]
|
2003-01-06 01:20:30 +00:00 |
|
|
fbe6a2a52e
|
predicate support for object-like config macros
[SVN r16767]
|
2003-01-06 01:07:12 +00:00 |
|
|
859b360101
|
speedups
[SVN r15272]
|
2002-09-12 08:00:48 +00:00 |
|
|
faaa55709b
|
workaround for insidious bcc bug
[SVN r15212]
|
2002-09-08 21:15:30 +00:00 |
|
|
5c1b446a9e
|
initial revision
[SVN r15203]
|
2002-09-08 10:22:48 +00:00 |
|