We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9a1bc commit 1c7cdd2Copy full SHA for 1c7cdd2
third_party/base64/base64.h
@@ -2,6 +2,7 @@
2
// base64 encoding and decoding with C++.
3
// Version: 2.rc.04 (release candidate)
4
//
5
+// TODO (#51): Switch to MIT base64 lib for faster performance
6
7
#ifndef BASE64_H_C0CE2A47_D10E_42C9_A27C_C883944E704A
8
#define BASE64_H_C0CE2A47_D10E_42C9_A27C_C883944E704A
third_party/statusor/statusor.h
@@ -78,6 +78,7 @@
78
#include "absl/base/attributes.h"
79
#include "absl/base/macros.h"
80
81
+// TODO (#61): Switch to official absl::StatusOr release when available
82
namespace cloudevents_absl {
83
84
// Returned StatusOr objects may not be ignored.
0 commit comments