Skip to content

Commit

Permalink
expose base class ctors
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc authored Nov 17, 2024
1 parent 098c16d commit 09be5ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/jwt-cpp/traits/danielaparker-jsoncons/traits.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ namespace jwt {
};
class array_type : public json::array {
public:
using json::array::array;
value_type const& front() const { return this->operator[](0U); }
};
using string_type = std::string; // current limitation of traits implementation
Expand Down

0 comments on commit 09be5ae

Please sign in to comment.