Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
rtree: order of includes matters #363
Comments
awulkiew
was assigned
by barendgehrels
Nov 9, 2016
|
Thanks! |
awulkiew
closed this
Dec 27, 2016
awulkiew
added the
bug
label
Apr 4, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
daniel-j-h commentedSep 9, 2016
I'm currently testing the new Boost 1.62 Beta1 release. Including the rtree header before the parameters header works fine. For the other way around I get errors; here's the first one:
Small self-contained test case:
Found this since I'm using
clang-formatand recent versions re-order includes alphabetically.