Mercurial > hg > piper-cpp
annotate ext/sord/README @ 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 (2018-10-13) |
parents | c5cdc9e6a4bf |
children |
rev | line source |
---|---|
cannam@226 | 1 Sord |
cannam@226 | 2 ==== |
cannam@226 | 3 |
cannam@226 | 4 Sord is a lightweight C library for storing RDF statements in memory. |
cannam@226 | 5 For more information, see <http://drobilla.net/software/sord>. |
cannam@226 | 6 |
cannam@226 | 7 -- David Robillard <d@drobilla.net> |
cannam@226 | 8 |