Skip to content
Snippets Groups Projects
Commit aea27eb5 authored by Julien Malik's avatar Julien Malik
Browse files

COMP: fix vector forward declaration for MacOSX 10.9

parent b69e38ce
No related branches found
No related tags found
No related merge requests found
......@@ -35,15 +35,12 @@
#include <boost/type_traits/is_array.hpp>
#include <boost/type_traits/is_pointer.hpp>
// Try to comment forward declarations not used in OGR wrapper and not
// compatible with Mac OS X Mavericks
#include <boost/detail/container_fwd.hpp>
// forward declarations
// namespace std {
// template <typename T, std::size_t N> class array;
// template <typename T, typename TAllocator> class vector;
// } // std namespace
namespace std {
template <typename T, std::size_t N> class array;
} // std namespace
namespace boost {
template <typename T, std::size_t N> class array;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment