Skip to content

Commit

Permalink
fix c++17
Browse files Browse the repository at this point in the history
  • Loading branch information
poor-circle committed Nov 9, 2023
1 parent f54b372 commit a934d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ylt/struct_pack/unpacker.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ struct memory_reader {
#if __cpp_concepts >= 201907L
template <reader_t Reader, uint64_t conf = sp_config::DEFAULT>
#else
template <typename Reader>
template <typename Reader, uint64_t conf = sp_config::DEFAULT>
#endif
class unpacker {
public:
Expand Down

0 comments on commit a934d84

Please sign in to comment.