Commit Graph

19 Commits

Author SHA1 Message Date
Sébastien Loriot 4344c3cc27 replace boost::mpl::or_ 2023-11-10 16:34:19 +01:00
Sébastien Loriot 2277013d84 replace boost::mpl::and_ 2023-11-10 16:19:26 +01:00
Sébastien Loriot dfc386d65b Merge branch 'master' into HEAD 2023-06-22 14:05:45 +02:00
Sébastien Loriot 852b3b664b expand -CGAL_CPP17_INLINE macro 2023-06-15 10:40:54 +02:00
Sébastien Loriot b039040f73 boost::is_convertible -> std::is_convertible 2023-04-23 22:37:07 +02:00
Laurent Rineau 988d226d08 Merge pull request #6176 from afabri/CGAL-W4WX-GF
CGAL/IO/helpers.h: fix VC++ /W4 warning
2023-04-11 14:19:09 +02:00
Sébastien Loriot 91671dae03 is_Range<>::value --> is_Range_v<> 2022-06-10 09:51:56 +02:00
Sébastien Loriot b96f6d5ce9 move is_iterator to type_traits 2022-06-10 09:43:59 +02:00
Andreas Fabri d721a0c15b Fix VC++ /W4 warning 2021-12-14 14:35:52 +00:00
Sébastien Loriot 31a0557f58 add questions 2021-08-13 16:45:28 +02:00
Maxime Gimeno f137b0e36d add misisng header 2020-12-10 09:13:21 +01:00
Maxime Gimeno 37b5928df2 Fixes of warnings and errors 2020-12-01 11:33:35 +01:00
Mael Rouxel-Labbé d5d8cca92b Various IO compilation fixes 2020-06-25 12:02:01 +02:00
Mael Rouxel-Labbé 6d6dc0c956 Fix a number of compilation issues 2020-06-24 17:41:20 +02:00
Mael Rouxel-Labbé 8cab8d3a21 Exclude string from is_Range to avoid IO ambiguities 2020-06-23 12:51:15 +02:00
Mael Rouxel-Labbé 944697baa8 Misc fixes 2020-06-23 12:51:05 +02:00
Mael Rouxel-Labbé e6e08ff924 Move IO::internal::get_file_extension() to helpers.h 2020-06-23 10:19:42 +02:00
Mael Rouxel-Labbé 2d49f7d702 Countless IO fixes...
Don't have the patience to split it nicely
2020-06-21 12:03:28 +02:00
Mael Rouxel-Labbé 425b1a29ef Rename IO helper file 2020-06-21 01:09:03 +02:00