Commit Graph

4 Commits

Author SHA1 Message Date
ArtemKozak666 83762b5c03 Changed directorin also for non-reference string_view 2026-02-28 10:28:24 +00:00
ArtemKozak666 0530617351 Fix std::string_view directorin for csharp (#3321) 2026-02-28 10:28:24 +00:00
Olly Betts ccf4f6ec72 Sort out directorout typemaps for std::string_view
With Perl the returned string is still being corrupted (the testcase
flags this as "TODO" for Perl's test harness).

Warnings aren't currently emitted for Perl, Ruby or Tcl as I'm not
seeing where in the UTL maze the directorout typemap actually gets
defined.
2023-12-21 10:59:44 +13:00
Olly Betts 6085a9661e Initial support for std::string_view
So far C#, Java, Lua and PHP are supported.

Closes: #2540
See #1567
2023-05-08 15:56:37 +12:00