UDST / pandana

Pandas Network Analysis by UrbanSim: fast accessibility metrics and shortest paths, using contraction hierarchies :world_map:
http://udst.github.io/pandana
GNU Affero General Public License v3.0
385 stars 84 forks source link

Require C++11 #155

Closed smmaurer closed 3 years ago

smmaurer commented 3 years ago

This PR removes accommodations for pre-C++11 compilers, to streamline compilation on newer systems and allow us to use C++11 features.

I believe we tried to do this earlier in the v0.4 release, but had to backpedal in order to continue building Pandana for Windows Python 2.7 environments. Now that we no longer support Python 2.7, we can go ahead with requiring C++11.

Changes:

Testing:

Anything else we should include or test?