Merge from core, and update several missing DLL exports. This does not resolve them all (in particular, node_data::equals seems to be still missing, even though it is inlined in a header, which seems strange).

This commit is contained in:
Jesse Beder
2014-03-24 00:31:43 -05:00
9 changed files with 38 additions and 23 deletions

View File

@@ -144,7 +144,7 @@ template <>
struct convert<bool> {
static Node encode(bool rhs) { return rhs ? Node("true") : Node("false"); }
static bool decode(const Node& node, bool& rhs);
YAML_CPP_API static bool decode(const Node& node, bool& rhs);
};
// std::map