Ticket #491 (closed defect: fixed)
Fix C++11 build by avoiding std::pair<auto_ptr>
| Reported by: | jyasskin | Owned by: | geos-devel@… |
|---|---|---|---|
| Priority: | major | Milestone: | 3.3.2 |
| Component: | Default | Version: | svn-trunk |
| Severity: | Unassigned | Keywords: | |
| Cc: |
Description
The new C++11 standard disallows using std::auto_ptr as a member of std::pair: http://lwg.github.com/issues/lwg-closed.html#2068. This patch defines a very simple struct to replace the GeomPtrPair? typedef to avoid this issue.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

