Skip to content

Commit 1d852db

Browse files
jckingcopybara-github
authored andcommitted
Move CheckerOptions to the cel namespace
PiperOrigin-RevId: 689503156
1 parent 0a2efd3 commit 1d852db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

checker/checker_options.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
#ifndef THIRD_PARTY_CEL_CPP_CHECKER_CHECKER_OPTIONS_H_
1616
#define THIRD_PARTY_CEL_CPP_CHECKER_CHECKER_OPTIONS_H_
1717

18+
namespace cel {
19+
1820
// Options for enabling core type checker features.
1921
struct CheckerOptions {
2022
// Enable overloads for numeric comparisons across types.
@@ -42,4 +44,6 @@ struct CheckerOptions {
4244
bool update_struct_type_names = true;
4345
};
4446

47+
} // namespace cel
48+
4549
#endif // THIRD_PARTY_CEL_CPP_CHECKER_CHECKER_OPTIONS_H_

0 commit comments

Comments
 (0)