Merge pull request #1947 from jim-easterbrook/swig_compat

Hide "static constexpr auto" from SWIG
main
Kevin Backhouse 4 years ago committed by GitHub
commit 89253deb14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -332,8 +332,9 @@ namespace Exiv2 {
IptcKey* clone_() const override;
// DATA
#ifndef SWIG
static constexpr auto familyName_ = "Iptc";
#endif
uint16_t tag_; //!< Tag value
uint16_t record_; //!< Record value
std::string key_; //!< Key

Loading…
Cancel
Save