Skip to content

Commit 5c67d1f

Browse files
try this on apple
1 parent d5fccac commit 5c67d1f

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

test/min_degree_empty.cpp

-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
#if defined(__APPLE_CC__)
2-
int test_main(int, char* [])
3-
{
4-
// this never worked.
5-
return 0;
6-
}
7-
#else
81
//=======================================================================
92
// Copyright 2017 Felix Salfelder
103
//
@@ -56,4 +49,3 @@ int test_main(int argc, char** argv)
5649

5750
return 0;
5851
}
59-
#endif

test/pending/bucket_sorter_2u.cpp

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
1-
#if defined(__APPLE_CC__)
2-
int test_main(int, char* [])
3-
{
4-
// this never worked.
5-
return 0;
6-
}
7-
#else
81
#include <boost/property_map/property_map.hpp>
92
#include <boost/pending/bucket_sorter.hpp>
103
#include <boost/test/minimal.hpp>
114

125
#include <vector>
136

14-
int test_main(int, char* [])
7+
int test_main(int, char**)
158
{
169
typedef boost::iterator_property_map<unsigned*,
1710
boost::identity_property_map, unsigned, unsigned&> map_type;
@@ -58,5 +51,3 @@ int test_main(int, char* [])
5851

5952
return 0;
6053
}
61-
#endif
62-

0 commit comments

Comments
 (0)