-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
We currently have a cppr::logical and a cppr::boolean; a cppr::rstring
and std::string; a cppr::integer and a int; a cppr::numeric and
a double. Try to unify this: one of each type. This might also reduce the
code in as_rvec for example.
For cppr::rstring this has been resolved: std::string is now used and
cppr::rstring no longer exists.
Reactions are currently unavailable