We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e426c7c commit 0fd357fCopy full SHA for 0fd357f
plugin/include/txn_box/yaml_util.h
@@ -106,6 +106,7 @@ swoc::Rv<YAML::Node> yaml_load(swoc::file::path const &path);
106
107
namespace YAML
108
{
109
+# if !defined(YAML_H_62B23520_7C8E_11DE_8A39_0800200C9A66)
110
// Need these to pass views in to node indexing.
111
template <> struct convert<std::string_view> {
112
static Node
@@ -123,6 +124,7 @@ template <> struct convert<std::string_view> {
123
124
return true;
125
}
126
};
127
+#endif
128
129
template <> struct convert<swoc::TextView> {
130
0 commit comments