Commit Graph

12 Commits

Author SHA1 Message Date
joaquintides
2886f32366 added algorithms for_each_n and sample. 2018-09-23 19:40:02 +02:00
joaquintides
6f72f19075 tested more corner cases 2018-09-13 10:51:17 +02:00
joaquintides
f81017fd72 workaround for MSVC 14.1 C++17-mode compiler bug (https://lists.boost.org/Archives/boost/2018/02/241568.php) 2018-02-28 17:06:26 +01:00
joaquintides
39794695bc s/{...}/(...) in copy ctors for the sake of DR1467 2017-11-03 10:44:34 +01:00
joaquintides
8ce207bd5b refined workaround 2017-10-21 13:18:39 +02:00
joaquintides
79ca7f56ba added workaround for libstdc++-v3's buggy implementation of std::is_permutation 2017-10-19 21:12:50 +02:00
joaquintides
7f70b0d668 expanded workaround for https://lists.boost.org/Archives/boost/2017/06/235687.php to GCC<5.0 2017-10-18 22:57:35 +02:00
joaquintides
f34690aaa8 erased spurious ';' 2017-09-07 23:52:43 +02:00
joaquintides
1cca6a2bb2 simplified test utilities for the benefit of GCC<=4.9 2017-09-06 14:25:42 +02:00
joaquintides
060ba51b93 added missing #include's 2017-06-05 13:23:27 +02:00
joaquintides
49f9dfc5a5 added workaround for https://lists.boost.org/Archives/boost/2017/06/235687.php 2017-06-03 11:41:11 +02:00
joaquintides
9e5f11d733 initial commit 2016-11-06 11:17:58 +01:00