Dirk-Jan C. Binnema
a4d6302dab
mu-sexp: use std::vector instead of std::deque
...
Using deque gives compilation errors when compiling on
MacOS/clang (where it defaults to libc++ rather than gcc's libstdc++)
```
#include <deque>
struct Foo { std::deque<Foo> foos; };
int main() { Foo foo; }
```
So, let's use a vector instead; this is a drop-in replacement here, but
unfortunately in some future code...
2020-08-15 10:39:14 +03:00
..
2020-07-25 16:46:47 +02:00
2020-07-25 11:26:08 +03:00
2020-01-01 15:56:48 +02:00
2020-01-01 15:56:48 +02:00
2020-01-01 15:56:48 +02:00
2020-01-01 15:56:48 +02:00
2020-08-15 10:39:14 +03:00
2012-10-27 14:42:21 +03:00
2020-06-27 17:07:00 +03:00
2013-03-30 11:32:07 +02:00
2013-03-30 11:32:07 +02:00
2019-12-22 15:26:45 +02:00
2020-05-17 14:53:18 +03:00
2020-04-29 10:55:19 +10:00
2020-05-12 23:56:55 +02:00
2017-10-25 23:50:17 +03:00
2017-10-25 23:50:17 +03:00
2020-07-25 16:46:47 +02:00
2020-05-26 19:22:41 +03:00
2020-02-21 19:29:27 +02:00
2020-01-05 17:46:21 +02:00
2019-12-22 15:26:45 +02:00
2019-08-01 22:11:39 +03:00
2019-08-01 22:11:39 +03:00
2020-05-28 00:37:29 +03:00
2013-03-30 11:32:07 +02:00
2020-01-05 17:46:21 +02:00
2019-11-06 16:13:39 +01:00
2019-11-06 16:13:39 +01:00
2020-05-23 09:21:57 +08:00
2017-08-27 17:32:23 +03:00
2017-10-25 23:50:17 +03:00
2019-11-06 16:13:39 +01:00
2020-05-27 18:55:18 +03:00
2020-07-13 21:59:46 +03:00
2020-06-27 17:07:00 +03:00
2020-07-13 21:43:59 +03:00
2020-07-25 11:26:08 +03:00
2020-03-15 01:23:01 +02:00
2020-05-30 13:29:44 +03:00
2020-05-30 13:29:44 +03:00
2020-04-20 00:01:07 +03:00
2013-03-30 11:32:07 +02:00
2020-06-27 17:07:00 +03:00
2020-07-25 16:46:47 +02:00
2020-01-07 23:17:15 +02:00
2013-03-30 11:32:07 +02:00
2020-01-01 15:56:48 +02:00
2020-01-01 15:56:48 +02:00
2020-01-01 15:56:48 +02:00
2020-01-01 15:56:48 +02:00
2020-01-01 15:56:48 +02:00
2020-01-01 15:56:48 +02:00
2020-01-01 15:56:48 +02:00
2020-01-01 15:56:48 +02:00
2020-01-01 15:56:48 +02:00
2020-06-27 17:07:00 +03:00