replace ArrayRange by tcb::span (reproduction of std::span)

This commit is contained in:
Garux
2021-10-24 08:32:10 +03:00
parent 4726542134
commit d812cbd4d4
30 changed files with 544 additions and 158 deletions

View File

@@ -181,7 +181,7 @@ void Clipper_constructPreferences( PreferencesPage& page ){
const char* dowhat[] = { "Clip ", "Split", };
page.appendRadio(
"On DoubleClick do: ",
STRING_ARRAY_RANGE( dowhat ),
StringArrayRange( dowhat ),
IntImportCaller( g_clipper_doubleclicked_split ),
IntExportCaller( g_clipper_doubleclicked_split )
);