Commit Graph

12 Commits

Author SHA1 Message Date
Daniela Engert
e244516a1b
Get rid of iterator.hpp
Boost's iterator.hpp is deprecated (just like std::iterator in C++17). It does nothing but pulling std::iterator into namespace boost and including standard headers 'iterator' and 'cstddef'. Therefore get rid of including iterator.hpp (it had no effect in Boost.Geometry anyway) and replace inheritance by lifting std::iterator's members into the derived class. Instantiating std::iterator is granted with lengthy warning messages by latest MSVC when compiling in C++17 mode.

Signed-off-by: Daniela Engert <dani@ngrt.de>
2017-12-30 11:33:04 +01:00
Adam Wulkiewicz
99b27c611a [example] Replace assert with BOOST_ASSERT 2014-07-08 02:04:19 +02:00
Barend Gehrels
914f558a3c [geometry] fixed c08 example w.r.t. iterators
[SVN r85294]
2013-08-10 22:18:27 +00:00
Barend Gehrels
7cb0ae96fd Boost.Geometry update copyright -> 2012
[SVN r76390]
2012-01-09 21:56:08 +00:00
Barend Gehrels
1f2b2e40c5 Doc update including adding tests for registration macro's
[SVN r71715]
2011-05-04 16:14:26 +00:00
Barend Gehrels
d667803da4 Fixed for removal of registration macro
[SVN r71625]
2011-04-30 14:58:29 +00:00
Barend Gehrels
a01c615089 Made copyright notices in libs/geometry consistent
[SVN r70876]
2011-04-02 20:33:14 +00:00
Barend Gehrels
2bd6df2ce3 Fixed c08_custom_non_std_example.cpp and now it also compiles for gcc
[SVN r68936]
2011-02-15 22:34:33 +00:00
Barend Gehrels
969d95b5bc All samples without cartesian2d now
[SVN r67004]
2010-12-04 13:01:26 +00:00
Barend Gehrels
f8f22cc398 Major update:
Adaptions to examples with respect to new namespace model
Adaptions to examples using external libraries (gd, soci, shapelib)
Updates property sheets to boost 1.45.0


[SVN r66813]
2010-11-28 13:42:46 +00:00
Barend Gehrels
a1d0065595 Fixed two examples
[SVN r66787]
2010-11-27 15:03:50 +00:00
Barend Gehrels
62fde787bc Added Boost.Geometry examples to boost.sandbox
[SVN r59383]
2010-01-31 21:23:07 +00:00