[Info-vax] OpenVMS Development Annoyances

Richard Levitte richard at levitte.org
Sun Apr 7 10:25:09 EDT 2019


Den söndag 7 april 2019 kl. 15:10:10 UTC+2 skrev Arne Vajhøj:
> I will recommend the primitive solution:
> 
> std::string s;
> vms::string_descriptor = vms::get_descrptor(s);

I agree with having it a separate class in the vms namespace, but why make it so primitive as to have to use a static method to copy a string into a descriptor?  This should suffice:

vms::string_descriptor = s;

Cheers,
Richard



More information about the Info-vax mailing list