Mercurial > hg > piper-cpp
view ext/sord/sord-single.c @ 267:febeaa54bd81
Let's try std=c++1y, see if this gets us sensible behaviour on both
Linux and Mac Travis builds (effectively we need C++11 on the former and
C++14 on the latter)
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Sat, 13 Oct 2018 12:32:53 +0100 |
parents | cb51adadccd5 |
children |
line wrap: on
line source
// Include all Serd and Sord source files into a single file. // This is not part of the original libraries. #include "../serd/src/byte_source.c" #include "../serd/src/env.c" #include "../serd/src/node.c" #include "../serd/src/reader.c" #include "../serd/src/string.c" #include "../serd/src/uri.c" #include "../serd/src/writer.c" #include "src/sord.c" #include "src/syntax.c"