Files
espurna/code
Maxim Prokhorov 85e70d8a07 relay: workaround for gcc4.8 single-source build
Resolve the code generation issue with vector methods being unable to
store the exception info string in the same elf section
(which apparently becomes duplicated, somehow, when building single .cpp)

Error messages look like something like this:
```
vector.tcc:405
error: __c causes a section type conflict with __c
    _M_check_len(size_type(1), __EXCSTR("vector::_M_emplace_back_aux"));

vector.tcc:71
note: '__c' was declared here
  __throw_length_error(__EXCSTR(__N("vector::reserve")));
```
2021-08-11 18:45:55 +03:00
..
2021-08-11 14:25:12 +03:00
2019-07-11 00:34:17 +03:00
2021-08-06 14:45:52 +03:00
2019-07-11 00:34:17 +03:00
2021-08-06 15:07:43 +03:00
2019-07-11 00:34:17 +03:00