squaresLab / Rooibos

2 stars 0 forks source link

Macros that break balanced delimiters cause parser to crash #63

Open ChrisTimperley opened 6 years ago

ChrisTimperley commented 6 years ago
#ifdef HAVE_NEW_YAMLCPP
  if (node["short_desc"]) {
#else
  if (node.FindValue("short_desc") != NULL) {
#endif
    node["short_desc"] >> short_desc;
  }