json: remove use of the restrict qualifier

This mostly just complicates type manipulations. We can add it back in
if performance actually warrants it, or if it becomes an official
qualifier.
This commit is contained in:
Danny Robson 2018-05-08 21:48:17 +10:00
parent 749b5179a3
commit e7c108c770
2 changed files with 0 additions and 4 deletions

View File

@ -180,9 +180,7 @@ json::flat::parse (util::view<KLASS>);
MAP0(INSTANTIATE,
std::string::iterator,
std::string::const_iterator,
const char* restrict,
const char*,
char *restrict,
char *
)

View File

@ -230,9 +230,7 @@ json::tree::parse (const util::view<KLASS>&);
MAP0(INSTANTIATE,
std::string::iterator,
std::string::const_iterator,
const char* restrict,
const char*,
char* restrict,
char *
);