File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,10 +102,10 @@ struct [[nodiscard]] IdType
102
102
GRAPHQLRESPONSE_EXPORT [[nodiscard]] bool empty () const noexcept ;
103
103
GRAPHQLRESPONSE_EXPORT [[nodiscard]] size_t size () const noexcept ;
104
104
GRAPHQLRESPONSE_EXPORT [[nodiscard]] size_t max_size () const noexcept ;
105
- GRAPHQLRESPONSE_EXPORT [[nodiscard]] void reserve (size_t new_cap);
105
+ GRAPHQLRESPONSE_EXPORT void reserve (size_t new_cap);
106
106
GRAPHQLRESPONSE_EXPORT [[nodiscard]] size_t capacity () const noexcept ;
107
- GRAPHQLRESPONSE_EXPORT [[nodiscard]] void shrink_to_fit ();
108
- GRAPHQLRESPONSE_EXPORT [[nodiscard]] void clear ();
107
+ GRAPHQLRESPONSE_EXPORT void shrink_to_fit ();
108
+ GRAPHQLRESPONSE_EXPORT void clear ();
109
109
110
110
// ByteData accessors
111
111
GRAPHQLRESPONSE_EXPORT [[nodiscard]] const std::uint8_t & at (size_t pos) const ;
You can’t perform that action at this time.
0 commit comments