Skip to content

Commit

Permalink
BUG#20841874 Fix assertion failure in Boost.Geometry buffer().
Browse files Browse the repository at this point in the history
Add the latest bugfixes and improvements from Boost.Geometry
which will be released in Boost 1.59.0.

Also add a rule into .gitignore allowing to add boost/geometry/core directory.

Add the test previously failing for buffer().
  • Loading branch information
awulkiew committed May 25, 2015
1 parent 0c9bbf8 commit f6ae349
Show file tree
Hide file tree
Showing 62 changed files with 21,422 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3146,3 +3146,6 @@ packaging/solaris/postinstall-solaris
client/mysql_install_db
internal/tests/open_files_limit
client/mysql_ssl_rsa_setup

# Allow
!include/*/boost/geometry/*
Loading

0 comments on commit f6ae349

Please sign in to comment.