Skip to content

Commit

Permalink
XXX: Try constexpr fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezurko committed May 16, 2023
1 parent d1e375f commit 1fd187a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/vast/repl/command.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ namespace vast::repl
//
template< const char *name, typename base >
struct named_param {
static constexpr inline const char *param_name = name;
static constexpr const char *param_name = name;

static constexpr bool is_file_param = std::is_same_v< base, file_param >;
static named_param parse(string_ref token) requires(is_file_param) {
Expand Down

0 comments on commit 1fd187a

Please sign in to comment.