Made option group parsing more uniform.

This commit is contained in:
2017-10-13 17:12:33 +02:00
parent 3fe2886925
commit 63c4da8fad
12 changed files with 251 additions and 172 deletions

View File

@@ -1,6 +1,6 @@
# Building
`plasp` requires a C++14 compiler (preferrably GCC ≥ 6.1 or clang ≥ 3.8), the `boost` libraries (≥ 1.55), and CMake for building.
`plasp` requires a C++17 compiler (preferrably GCC ≥ 6.1 or clang ≥ 3.8), the `boost` libraries (≥ 1.55), and CMake for building.
```bash
$ git clone https://github.com/potassco/plasp.git