Skip to content

Commit 1c7cdd2

Browse files
committed
add todos in third_party
1 parent 3a9a1bc commit 1c7cdd2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

third_party/base64/base64.h

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// base64 encoding and decoding with C++.
33
// Version: 2.rc.04 (release candidate)
44
//
5+
// TODO (#51): Switch to MIT base64 lib for faster performance
56

67
#ifndef BASE64_H_C0CE2A47_D10E_42C9_A27C_C883944E704A
78
#define BASE64_H_C0CE2A47_D10E_42C9_A27C_C883944E704A

third_party/statusor/statusor.h

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
#include "absl/base/attributes.h"
7979
#include "absl/base/macros.h"
8080

81+
// TODO (#61): Switch to official absl::StatusOr release when available
8182
namespace cloudevents_absl {
8283

8384
// Returned StatusOr objects may not be ignored.

0 commit comments

Comments
 (0)