summaryrefslogtreecommitdiff
path: root/libs/geometry/index/test/geometry_index_test_common.hpp
blob: 4a2ac615c39ba9aa23c9738b7b848acb4291fef2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// Boost.Geometry Index
// Test

// Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland.

// Use, modification and distribution is subject to the Boost Software License,
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

#ifndef GEOMETRY_TEST_GEOMETRY_INDEX_TEST_COMMON_HPP
#define GEOMETRY_TEST_GEOMETRY_INDEX_TEST_COMMON_HPP

#if defined(_MSC_VER)

//#pragma warning (disable : 4996) // deprecated functions
//#pragma warning (disable : 4100) // unreferenced formal parameter
//#pragma warning (disable : 4127) // conditional expression is constant

#endif // _MSC_VER

#include <boost/geometry.hpp>

#include <geometry_test_common.hpp>

namespace boost { namespace geometry { namespace index {}}}
namespace bgi = boost::geometry::index;

#endif // GEOMETRY_TEST_GEOMETRY_INDEX_TEST_COMMON_HPP