Skip to content

Commit

Permalink
Add a TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzlaine committed Nov 8, 2024
1 parent 10aa943 commit aba2012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/boost/parser/lexer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ namespace boost { namespace parser {
struct none;

namespace detail {
// TODO: double -> long double.
enum class token_kind { no_value, string_view, long_long, double_ };

enum class token_parsed_type {
Expand Down

0 comments on commit aba2012

Please sign in to comment.