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 0198c3f commit 8719fa8Copy full SHA for 8719fa8
cbsasl/scram-sha/scram-sha.cc
@@ -18,18 +18,14 @@
18
#include <platform/base64.h>
19
#include <platform/random.h>
20
#include <platform/string_hex.h>
21
-#include <cstring>
22
-#include <iomanip>
23
-#include <iostream>
24
#include <map>
25
#include <memory>
26
-#include <set>
27
#include <sstream>
28
#include <string>
29
30
namespace cb::sasl::mechanism::scram {
31
32
-typedef std::map<char, std::string> AttributeMap;
+using AttributeMap = std::map<char, std::string>;
33
34
/**
35
* Decode the attribute list into a set. The attribute list looks like:
0 commit comments