We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35dc6d commit b7a35a5Copy full SHA for b7a35a5
src/util/newconfig/ConfigDescription.hpp
@@ -41,7 +41,7 @@ namespace util::config {
41
struct ClioConfigDescription {
42
public:
43
/** @brief Name of the Markdown file containing detailed descriptions of all configuration values. */
44
- constexpr static std::string_view kCONFIG_DESCRIPTION_FILE_NAME = "Config-Descriptions.md";
+ static constexpr auto kCONFIG_DESCRIPTION_FILE_NAME = "Config-Descriptions.md";
45
46
/** @brief Struct to represent a key-value pair*/
47
struct KV {
0 commit comments