mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-14 16:58:34 +00:00
Compilation issue in VS2017 #12
This commit is contained in:
parent
2cb65f231a
commit
aefef6dce2
2 changed files with 7 additions and 6 deletions
|
@ -850,8 +850,8 @@ public: // 'tors
|
|||
* containers which models `MappingConcept` (see `meta::is_mapping_concept`)
|
||||
* to populate header. Not much useful unless JWE is supported.
|
||||
*/
|
||||
template <typename... Args>
|
||||
jwt_object(Args&&... args);
|
||||
template <typename First, typename... Rest>
|
||||
jwt_object(First&& first, Rest&&... rest);
|
||||
|
||||
public: // Exposed static APIs
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue