Author
anonymous
about 4 years ago
Language
C++
Compiler
gcc HEAD 11.0.1 20210309 (experimental)
Options
Warnings
Boost 1.73.0
C++2b(GNU)
no pedantic
Author
anonymous
about 4 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=gnu++2b
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/tuple/tuple.hpp:28,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/policies/relate/tupled.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/strategies/intersection_strategies.hpp:22,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/strategies/strategies.hpp:39,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:58,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/tuple/detail/tuple_basic.hpp: In instantiation of 'boost::tuples::cons<HT, TT>::cons(typename boost::tuples::access_traits<typename boost::tuples::detail::wrap_non_storeable_type<HT>::type>::parameter_type, const tail_type&) [with HT = boost::geometry::de9im::mask; TT = boost::tuples::cons<boost::geometry::de9im::mask, boost::tuples::null_type>; typename boost::tuples::access_traits<typename boost::tuples::detail::wrap_non_storeable_type<HT>::type>::parameter_type = const boost::geometry::de9im::mask&; typename boost::tuples::detail::wrap_non_storeable_type<HT>::type = boost::geometry::de9im::mask; boost::tuples::cons<HT, TT>::tail_type = boost::tuples::cons<boost::geometry::de9im::mask, boost::tuples::null_type>]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/algorithms/detail/relate/de9im.hpp:199:66: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/tuple/detail/tuple_basic.hpp:294:17: warning: implicitly-declared 'constexpr boost::tuples::cons<boost::geometry::de9im::mask, boost::tuples::null_type>::cons(const boost::tuples::cons<boost::geometry::de9im::mask, boost::tuples::null_type>&)' is deprecated [-Wdeprecated-copy]
294 | : head (h), tail(t) {}
| ^~~~~~~
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/tuple/detail/tuple_basic.hpp:400:9: note: because 'boost::tuples::cons<boost::geometry::de9im::mask, boost::tuples::null_type>' has user-provided 'boost::tuples::cons<HT, boost::tuples::null_type>& boost::tuples::cons<HT, boost::tuples::null_type>::operator=(const boost::tuples::cons<HT, boost::tuples::null_type>&) [with HT = boost::geometry::de9im::mask]'
400 | cons& operator=(const cons& u) { head = u.head; return *this; }
| ^~~~~~~~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::concepts::usage_requirements<boost::geometry::concepts::Point<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/point_concept.hpp:129:5: required from 'class boost::geometry::concepts::Point<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::geometry::concepts::Point<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::geometry::concepts::Point<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: required from 'struct boost::concepts::not_satisfied<boost::geometry::concepts::Point<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:51:8: required from 'struct boost::concepts::requirement_<void (*)(boost::geometry::concepts::Point<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >)>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/for_each_coordinate.hpp:69:5: required from 'class boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >'
prog.cc:17:13: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'boost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = boost::geometry::concepts::Point<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
16 | ~usage_requirements() { ((Model*)0)->~Model(); }
| ^
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::geometry::concepts::Point<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/for_each_coordinate.hpp:69:5: required from 'class boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >'
prog.cc:17:13: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:30:7: note: in a call to non-static member function 'boost::geometry::concepts::Point<Geometry>::~Point() [with Geometry = boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >]'
30 | ~model()
| ^
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/point_concept.hpp:129:5: note: in expansion of macro 'BOOST_CONCEPT_USAGE'
129 | BOOST_CONCEPT_USAGE(Point)
| ^~~~~~~~~~~~~~~~~~~
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp: In instantiation of 'boost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = boost::geometry::concepts::Point<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: required from 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::concepts::usage_requirements<boost::geometry::concepts::Point<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/point_concept.hpp:129:5: required from 'class boost::geometry::concepts::Point<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::geometry::concepts::Point<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::geometry::concepts::Point<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: required from 'struct boost::concepts::not_satisfied<boost::geometry::concepts::Point<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:51:8: required from 'struct boost::concepts::requirement_<void (*)(boost::geometry::concepts::Point<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >)>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/for_each_coordinate.hpp:69:5: required from 'class boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >'
prog.cc:17:13: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:16:48: warning: 'this' pointer is null [-Wnonnull]
16 | ~usage_requirements() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:30:7: note: in a call to non-static member function 'boost::geometry::concepts::Point<Geometry>::~Point() [with Geometry = boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >]'
30 | ~model()
| ^
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/point_concept.hpp:129:5: note: in expansion of macro 'BOOST_CONCEPT_USAGE'
129 | BOOST_CONCEPT_USAGE(Point)
| ^~~~~~~~~~~~~~~~~~~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::concepts::usage_requirements<boost::CopyConstructible<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:167:5: required from 'struct boost::CopyConstructible<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:125:16: required from 'struct boost::range_detail::IncrementableIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:147:16: required from 'struct boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'boost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = boost::CopyConstructible<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
16 | ~usage_requirements() { ((Model*)0)->~Model(); }
| ^
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::concepts::usage_requirements<boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::incrementable_traversal_tag> >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:208:5: required from 'struct boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::incrementable_traversal_tag>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::incrementable_traversal_tag>]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::incrementable_traversal_tag> >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: required from 'struct boost::concepts::not_satisfied<boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::incrementable_traversal_tag> >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:51:8: required from 'struct boost::concepts::requirement_<void (*)(boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::incrementable_traversal_tag>)>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/iterator/iterator_concepts.hpp:114:7: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'boost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::incrementable_traversal_tag>]'
16 | ~usage_requirements() { ((Model*)0)->~Model(); }
| ^
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::incrementable_traversal_tag>]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/iterator/iterator_concepts.hpp:114:7: required from 'struct boost::range_detail::IncrementableIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:147:16: required from 'struct boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: required from 'struct boost::concepts::not_satisfied<boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:51:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:30:7: note: in a call to non-static member function 'boost::Convertible<X, Y>::~Convertible() [with X = boost::iterators::random_access_traversal_tag; Y = boost::iterators::incrementable_traversal_tag]'
30 | ~model()
| ^
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:208:5: note: in expansion of macro 'BOOST_CONCEPT_USAGE'
208 | BOOST_CONCEPT_USAGE(Convertible) {
| ^~~~~~~~~~~~~~~~~~~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::concepts::usage_requirements<boost::range_detail::IncrementableIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:136:13: required from 'struct boost::range_detail::IncrementableIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:147:16: required from 'struct boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: required from 'struct boost::concepts::not_satisfied<boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:51:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'boost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = boost::range_detail::IncrementableIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
16 | ~usage_requirements() { ((Model*)0)->~Model(); }
| ^
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::concepts::usage_requirements<boost::EqualityComparable<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:233:5: required from 'struct boost::EqualityComparable<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:147:16: required from 'struct boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: required from 'struct boost::concepts::not_satisfied<boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:51:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'boost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = boost::EqualityComparable<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
16 | ~usage_requirements() { ((Model*)0)->~Model(); }
| ^
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::concepts::usage_requirements<boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::single_pass_traversal_tag> >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:208:5: required from 'struct boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::single_pass_traversal_tag>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::single_pass_traversal_tag>]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::single_pass_traversal_tag> >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: required from 'struct boost::concepts::not_satisfied<boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::single_pass_traversal_tag> >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:51:8: required from 'struct boost::concepts::requirement_<void (*)(boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::single_pass_traversal_tag>)>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:152:13: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'boost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::single_pass_traversal_tag>]'
16 | ~usage_requirements() { ((Model*)0)->~Model(); }
| ^
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::single_pass_traversal_tag>]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:152:13: required from 'struct boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: required from 'struct boost::concepts::not_satisfied<boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:51:8: required from 'struct boost::concepts::requirement_<void (*)(boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >)>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:278:9: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:30:7: note: in a call to non-static member function 'boost::Convertible<X, Y>::~Convertible() [with X = boost::iterators::random_access_traversal_tag; Y = boost::iterators::single_pass_traversal_tag]'
30 | ~model()
| ^
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:208:5: note: in expansion of macro 'BOOST_CONCEPT_USAGE'
208 | BOOST_CONCEPT_USAGE(Convertible) {
| ^~~~~~~~~~~~~~~~~~~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::concepts::usage_requirements<boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:158:13: required from 'struct boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: required from 'struct boost::concepts::not_satisfied<boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:51:8: required from 'struct boost::concepts::requirement_<void (*)(boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >)>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:278:9: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'boost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
16 | ~usage_requirements() { ((Model*)0)->~Model(); }
| ^
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:278:9: required from 'struct boost::SinglePassRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:318:12: required from 'struct boost::ForwardRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:352:12: required from 'struct boost::BidirectionalRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:370:12: required from 'struct boost::RandomAccessRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::RandomAccessRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:30:7: note: in a call to non-static member function 'boost::range_detail::SinglePassIteratorConcept<Iterator>::~SinglePassIteratorConcept() [with Iterator = __gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >]'
30 | ~model()
| ^
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:158:13: note: in expansion of macro 'BOOST_CONCEPT_USAGE'
158 | BOOST_CONCEPT_USAGE(SinglePassIteratorConcept)
| ^~~~~~~~~~~~~~~~~~~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::concepts::usage_requirements<boost::CopyConstructible<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:167:5: required from 'struct boost::CopyConstructible<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:125:16: required from 'struct boost::range_detail::IncrementableIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:147:16: required from 'struct boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'boost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = boost::CopyConstructible<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
16 | ~usage_requirements() { ((Model*)0)->~Model(); }
| ^
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::concepts::usage_requirements<boost::range_detail::IncrementableIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:136:13: required from 'struct boost::range_detail::IncrementableIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:147:16: required from 'struct boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: required from 'struct boost::concepts::not_satisfied<boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:51:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'boost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = boost::range_detail::IncrementableIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
16 | ~usage_requirements() { ((Model*)0)->~Model(); }
| ^
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::concepts::usage_requirements<boost::EqualityComparable<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:233:5: required from 'struct boost::EqualityComparable<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:147:16: required from 'struct boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: required from 'struct boost::concepts::not_satisfied<boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:51:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'boost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = boost::EqualityComparable<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
16 | ~usage_requirements() { ((Model*)0)->~Model(); }
| ^
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::concepts::usage_requirements<boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:158:13: required from 'struct boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: required from 'struct boost::concepts::not_satisfied<boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:51:8: required from 'struct boost::concepts::requirement_<void (*)(boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >)>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:281:9: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'boost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
16 | ~usage_requirements() { ((Model*)0)->~Model(); }
| ^
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:281:9: required from 'struct boost::SinglePassRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:318:12: required from 'struct boost::ForwardRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:352:12: required from 'struct boost::BidirectionalRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:370:12: required from 'struct boost::RandomAccessRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::RandomAccessRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:30:7: note: in a call to non-static member function 'boost::range_detail::SinglePassIteratorConcept<Iterator>::~SinglePassIteratorConcept() [with Iterator = __gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >]'
30 | ~model()
| ^
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:158:13: note: in expansion of macro 'BOOST_CONCEPT_USAGE'
158 | BOOST_CONCEPT_USAGE(SinglePassIteratorConcept)
| ^~~~~~~~~~~~~~~~~~~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::concepts::usage_requirements<boost::SinglePassRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> > >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:284:9: required from 'struct boost::SinglePassRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:318:12: required from 'struct boost::ForwardRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:352:12: required from 'struct boost::BidirectionalRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:370:12: required from 'struct boost::RandomAccessRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::RandomAccessRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'boost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = boost::SinglePassRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >]'
16 | ~usage_requirements() { ((Model*)0)->~Model(); }
| ^
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::concepts::usage_requirements<boost::DefaultConstructible<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:137:5: required from 'struct boost::DefaultConstructible<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:181:16: required from 'struct boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: required from 'struct boost::concepts::not_satisfied<boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:51:8: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'boost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = boost::DefaultConstructible<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
16 | ~usage_requirements() { ((Model*)0)->~Model(); }
| ^
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::concepts::usage_requirements<boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::forward_traversal_tag> >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:208:5: required from 'struct boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::forward_traversal_tag>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::forward_traversal_tag>]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::forward_traversal_tag> >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: required from 'struct boost::concepts::not_satisfied<boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::forward_traversal_tag> >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:51:8: required from 'struct boost::concepts::requirement_<void (*)(boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::forward_traversal_tag>)>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:191:13: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'boost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::forward_traversal_tag>]'
16 | ~usage_requirements() { ((Model*)0)->~Model(); }
| ^
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::forward_traversal_tag>]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:191:13: required from 'struct boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: required from 'struct boost::concepts::not_satisfied<boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:51:8: required from 'struct boost::concepts::requirement_<void (*)(boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >)>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:321:9: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:30:7: note: in a call to non-static member function 'boost::Convertible<X, Y>::~Convertible() [with X = boost::iterators::random_access_traversal_tag; Y = boost::iterators::forward_traversal_tag]'
30 | ~model()
| ^
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:208:5: note: in expansion of macro 'BOOST_CONCEPT_USAGE'
208 | BOOST_CONCEPT_USAGE(Convertible) {
| ^~~~~~~~~~~~~~~~~~~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::concepts::usage_requirements<boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:197:13: required from 'struct boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: required from 'struct boost::concepts::not_satisfied<boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:51:8: required from 'struct boost::concepts::requirement_<void (*)(boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >)>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:321:9: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'boost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
16 | ~usage_requirements() { ((Model*)0)->~Model(); }
| ^
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:321:9: required from 'struct boost::ForwardRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:352:12: required from 'struct boost::BidirectionalRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:370:12: required from 'struct boost::RandomAccessRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::RandomAccessRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::RandomAccessRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> > >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:30:7: note: in a call to non-static member function 'boost::range_detail::ForwardIteratorConcept<Iterator>::~ForwardIteratorConcept() [with Iterator = __gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >]'
30 | ~model()
| ^
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:197:13: note: in expansion of macro 'BOOST_CONCEPT_USAGE'
197 | BOOST_CONCEPT_USAGE(ForwardIteratorConcept)
| ^~~~~~~~~~~~~~~~~~~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::concepts::usage_requirements<boost::DefaultConstructible<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:137:5: required from 'struct boost::DefaultConstructible<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:181:16: required from 'struct boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: required from 'struct boost::concepts::not_satisfied<boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:51:8: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'boost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = boost::DefaultConstructible<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
16 | ~usage_requirements() { ((Model*)0)->~Model(); }
| ^
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::concepts::usage_requirements<boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:197:13: required from 'struct boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: required from 'struct boost::concepts::not_satisfied<boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:51:8: required from 'struct boost::concepts::requirement_<void (*)(boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >)>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:322:9: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'boost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
16 | ~usage_requirements() { ((Model*)0)->~Model(); }
| ^
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::range_detail::ForwardIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:322:9: required from 'struct boost::ForwardRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:352:12: required from 'struct boost::BidirectionalRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:370:12: required from 'struct boost::RandomAccessRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::RandomAccessRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::RandomAccessRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> > >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:30:7: note: in a call to non-static member function 'boost::range_detail::ForwardIteratorConcept<Iterator>::~ForwardIteratorConcept() [with Iterator = __gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >]'
30 | ~model()
| ^
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:197:13: note: in expansion of macro 'BOOST_CONCEPT_USAGE'
197 | BOOST_CONCEPT_USAGE(ForwardIteratorConcept)
| ^~~~~~~~~~~~~~~~~~~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::concepts::usage_requirements<boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::bidirectional_traversal_tag> >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:208:5: required from 'struct boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::bidirectional_traversal_tag>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::bidirectional_traversal_tag>]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::bidirectional_traversal_tag> >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: required from 'struct boost::concepts::not_satisfied<boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::bidirectional_traversal_tag> >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:51:8: required from 'struct boost::concepts::requirement_<void (*)(boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::bidirectional_traversal_tag>)>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:218:14: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'boost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::bidirectional_traversal_tag>]'
16 | ~usage_requirements() { ((Model*)0)->~Model(); }
| ^
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::bidirectional_traversal_tag>]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:218:14: required from 'struct boost::range_detail::BidirectionalIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::range_detail::BidirectionalIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::range_detail::BidirectionalIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: required from 'struct boost::concepts::not_satisfied<boost::range_detail::BidirectionalIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:51:8: required from 'struct boost::concepts::requirement_<void (*)(boost::range_detail::BidirectionalIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >)>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:355:9: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:30:7: note: in a call to non-static member function 'boost::Convertible<X, Y>::~Convertible() [with X = boost::iterators::random_access_traversal_tag; Y = boost::iterators::bidirectional_traversal_tag]'
30 | ~model()
| ^
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:208:5: note: in expansion of macro 'BOOST_CONCEPT_USAGE'
208 | BOOST_CONCEPT_USAGE(Convertible) {
| ^~~~~~~~~~~~~~~~~~~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::concepts::usage_requirements<boost::range_detail::BidirectionalIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:224:14: required from 'struct boost::range_detail::BidirectionalIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::range_detail::BidirectionalIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::range_detail::BidirectionalIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: required from 'struct boost::concepts::not_satisfied<boost::range_detail::BidirectionalIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:51:8: required from 'struct boost::concepts::requirement_<void (*)(boost::range_detail::BidirectionalIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >)>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:355:9: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'boost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = boost::range_detail::BidirectionalIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
16 | ~usage_requirements() { ((Model*)0)->~Model(); }
| ^
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::range_detail::BidirectionalIteratorConcept<__gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:355:9: required from 'struct boost::BidirectionalRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:370:12: required from 'struct boost::RandomAccessRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::RandomAccessRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::RandomAccessRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> > >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: required from 'struct boost::concepts::not_satisfied<boost::RandomAccessRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:51:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:30:7: note: in a call to non-static member function 'boost::range_detail::BidirectionalIteratorConcept<Iterator>::~BidirectionalIteratorConcept() [with Iterator = __gnu_cxx::__normal_iterator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >]'
30 | ~model()
| ^
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:224:14: note: in expansion of macro 'BOOST_CONCEPT_USAGE'
224 | BOOST_CONCEPT_USAGE(BidirectionalIteratorConcept)
| ^~~~~~~~~~~~~~~~~~~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::concepts::usage_requirements<boost::range_detail::BidirectionalIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:224:14: required from 'struct boost::range_detail::BidirectionalIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::range_detail::BidirectionalIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::range_detail::BidirectionalIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: required from 'struct boost::concepts::not_satisfied<boost::range_detail::BidirectionalIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:51:8: required from 'struct boost::concepts::requirement_<void (*)(boost::range_detail::BidirectionalIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >)>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:356:9: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'boost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = boost::range_detail::BidirectionalIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]'
16 | ~usage_requirements() { ((Model*)0)->~Model(); }
| ^
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::range_detail::BidirectionalIteratorConcept<__gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > > >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:356:9: required from 'struct boost::BidirectionalRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:370:12: required from 'struct boost::RandomAccessRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::RandomAccessRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::RandomAccessRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> > >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: required from 'struct boost::concepts::not_satisfied<boost::RandomAccessRangeConcept<boost::geometry::model::ring<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, true, true, std::vector, std::allocator> > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:51:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:30:7: note: in a call to non-static member function 'boost::range_detail::BidirectionalIteratorConcept<Iterator>::~BidirectionalIteratorConcept() [with Iterator = __gnu_cxx::__normal_iterator<const boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >*, std::vector<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> >, std::allocator<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >]'
30 | ~model()
| ^
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:224:14: note: in expansion of macro 'BOOST_CONCEPT_USAGE'
224 | BOOST_CONCEPT_USAGE(BidirectionalIteratorConcept)
| ^~~~~~~~~~~~~~~~~~~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/assert.hpp:35,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp: In instantiation of 'static void boost::concepts::requirement<boost::concepts::failed************ Model::************>::failed() [with Model = boost::concepts::usage_requirements<boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::random_access_traversal_tag> >]':
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:208:5: required from 'struct boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::random_access_traversal_tag>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:32:62: required by substitution of 'template<class Model> boost::concepts::detail::yes boost::concepts::detail::has_constraints_(Model*, boost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::random_access_traversal_tag>]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:42:5: required from 'const bool boost::concepts::not_satisfied<boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::random_access_traversal_tag> >::value'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/has_constraints.hpp:45:51: required from 'struct boost::concepts::not_satisfied<boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::random_access_traversal_tag> >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:51:8: required from 'struct boost::concepts::requirement_<void (*)(boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::random_access_traversal_tag>)>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:239:14: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:50:7: required from 'class boost::geometry::detail::concept_check::check<boost::geometry::concepts::Polygon<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:115:8: required from 'struct boost::geometry::dispatch::check<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >, boost::geometry::polygon_tag, false>'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:196:8: required from 'struct boost::geometry::concepts::detail::checker<boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > > >'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometries/concepts/check.hpp:219:31: required from 'void boost::geometry::concepts::check() [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >]'
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/io/wkt/read.hpp:912:40: required from 'void boost::geometry::read_wkt(const string&, Geometry&) [with Geometry = boost::geometry::model::polygon<boost::geometry::model::point<double, 2, boost::geometry::cs::geographic<boost::geometry::degree> > >; std::string = std::__cxx11::basic_string<char>]'
prog.cc:19:10: required from here
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
39 | static void failed() { ((Model*)0)->~Model(); }
| ~~~~~~~~~~~~~~~~~~~^~
In file included from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept_check.hpp:31,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/concepts.hpp:19,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size_type.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/size.hpp:21,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/functions.hpp:20,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/range/iterator_range_core.hpp:38,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/lexical_cast.hpp:30,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/tools/convert_from_string.hpp:15,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/math/constants/constants.hpp:14,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/util/math.hpp:29,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/core/radian_access.hpp:33,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry/geometry.hpp:51,
from /opt/wandbox/boost-1.73.0/gcc-head/include/boost/geometry.hpp:17,
from prog.cc:7:
/opt/wandbox/boost-1.73.0/gcc-head/include/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'boost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = boost::Convertible<boost::iterators::random_access_traversal_tag, boost::iterators::random_access_traversal_tag>]'
16 | ~usage_requirements() { ((Model*)0)->~Model(); }
| ^
Signal:
Killed