Skip to content

IRSA-7633 prevent strings from being misclassified as arrays in variant visitor#5

Open
sreenivasapydi wants to merge 1 commit intoCaltech-IPAC:masterfrom
sreenivasapydi:IRSA-6922
Open

IRSA-7633 prevent strings from being misclassified as arrays in variant visitor#5
sreenivasapydi wants to merge 1 commit intoCaltech-IPAC:masterfrom
sreenivasapydi:IRSA-6922

Conversation

@sreenivasapydi
Copy link

No description provided.

@sreenivasapydi sreenivasapydi changed the title prevent strings from being misclassified as arrays in variant visitor IRSA-7633 prevent strings from being misclassified as arrays in variant visitor Mar 17, 2026

class Variant_converter_visitor : public boost::static_visitor<Variant> {
public:
Variant operator()(const String_type& value) const { return value; }
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the unit tests fails without the fix, as on debian12 and newer c++
what(): get_value< string > called on Array Value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant