google / emboss

Emboss is a tool for generating code that reads and writes binary data structures.
Apache License 2.0
72 stars 22 forks source link

Fix Emboss under C++14 #10

Closed reventlov closed 4 years ago

reventlov commented 4 years ago

constexpr non-static methods -> constexpr const non-static methods

Hide string_view behind C++17 check, not C++14.