This website requires JavaScript.
Explore
Help
Sign In
boost
/
function_types
Watch
2
Star
0
Fork
0
You've already forked function_types
mirror of
https://github.com/boostorg/function_types.git
synced
2026-01-19 04:12:10 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
669f083f33e3435b8e1540305e2bb2d680ab3a98
function_types
/
test
History
Edward Diener
669f083f33
Added functionality and tests that allow a possibly compound property tag to be queried to see if a given property tag is in it. This is useful if the end-user needs to know if, let's say, a const property has been set in the property tag. Since a property tag may be a compound property tag consisting of more than one property tag it is not possible to determine such a thing by just using boost::is_same to see if the two are equal.
2020-01-18 03:35:19 -05:00
..
classification
removes outdated test case
2007-05-13 13:58:19 +00:00
custom_ccs
Added functionality and tests that allow a possibly compound property tag to be queried to see if a given property tag is in it. This is useful if the end-user needs to know if, let's say, a const property has been set in the property tag. Since a property tag may be a compound property tag consisting of more than one property tag it is not possible to determine such a thing by just using boost::is_same to see if the two are equal.
2020-01-18 03:35:19 -05:00
decomposition
adds tests with const result
2008-11-28 11:38:38 +00:00
reconfiguration
libs/function_types/* - check-in
2007-05-13 13:12:51 +00:00
synthesis
libs/function_types/* - check-in
2007-05-13 13:12:51 +00:00
Jamfile
Added functionality and tests that allow a possibly compound property tag to be queried to see if a given property tag is in it. This is useful if the end-user needs to know if, let's say, a const property has been set in the property tag. Since a property tag may be a compound property tag consisting of more than one property tag it is not possible to determine such a thing by just using boost::is_same to see if the two are equal.
2020-01-18 03:35:19 -05:00