We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b512aa commit 7a40d8fCopy full SHA for 7a40d8f
include/graphqlservice/internal/Base64.h
@@ -19,7 +19,6 @@
19
// clang-format on
20
21
#include <cstdint>
22
-#include <optional>
23
#include <string>
24
#include <string_view>
25
#include <vector>
@@ -70,7 +69,7 @@ class Base64
70
69
GRAPHQLRESPONSE_EXPORT static Comparison compareBase64(
71
const std::vector<std::uint8_t>& bytes, std::string_view maybeEncoded) noexcept;
72
73
- // Validate a whether or not a string is valid Base64 without performing any heap allocations.
+ // Validate whether or not a string is valid Base64 without performing any heap allocations.
74
GRAPHQLRESPONSE_EXPORT static bool validateBase64(std::string_view maybeEncoded) noexcept;
75
76
private:
0 commit comments