Skip to content

Commit

Permalink
Pegtl: Add eol struct to internal namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Aug 6, 2024
1 parent 9009b60 commit 1a8d971
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/Pegtl/include/Pegtl/eol.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
#include "lf_eol.hpp"

namespace PXR_PEGTL_NAMESPACE {
namespace internal {
struct eol {};
} // namespace internal

inline namespace ascii {
// this is both a rule and a pseudo-namespace for eol::cr, ...
struct eol : internal::eol {
Expand Down

0 comments on commit 1a8d971

Please sign in to comment.