cgal/CGAL_ipelets
Sebastien Loriot caecbe29c7
Replace boost::mpl (#7813)
- `boost::mpl::if_` --> `std::conditional`
- `boost::enable_if` -> `std::enable_if`
- `boost::mpl::and_` -> `&&`
- `boost::mpl::or_` -> `||`
- `boost::constant::bool_` -> `std::bool_constant`
- ...
2023-12-26 17:33:36 +01:00
..
demo/CGAL_ipelets Merge pull request #7783 from dfunke/ipelet_nng 2023-11-29 17:23:23 +01:00
doc/CGAL_ipelets add doc 2023-10-10 16:43:00 +02:00
include/CGAL replace boost::mpl::or_ 2023-11-10 16:34:19 +01:00
package_info/CGAL_ipelets Move dependencies creation to package_info and add dependencies to git 2018-02-02 12:08:05 +01:00
test/CGAL_ipelets remove internal from generated doc 2022-12-15 10:43:27 +01:00
TODO move ipelets to the trunk 2009-06-06 07:41:29 +00:00