Revision ece39b684ff8ca91a5b8f746f5fa70c67adafb19 authored by Steven Johnson on 04 November 2020, 00:12:15 UTC, committed by GitHub on 04 November 2020, 00:12:15 UTC
v2.4.3 can generate a lot of compiler warnings under C++17; v2.5 fixes there.

Note 1: I am unsure about the issues with keeping in sync with Ubuntu 20.04; tagging @alexreinking for comments

Note 2: the current version of PyBind11 is actually v2.6, but it has many more changes and upgrading looks nontrivial; deliberately holding off on that upgrade for now.
1 parent cd3f1d8
Raw File
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.cpp text
*.c text
*.h text

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.tiff binary
back to top