From c9583f288778177b222a00568d379733931f4c09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanislav=20Angelovi=C4=8D?= Date: Sat, 1 Feb 2020 23:01:09 +0100 Subject: [PATCH] Update README for full usage of C++17 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6899033..11594d9 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ $ sudo make install Dependencies ------------ -* `C++17` - the library uses C++17 `std::uncaught_exceptions()` feature. When building sdbus-c++ manually, make sure you use a compiler that supports that feature (gcc >= 6, clang >= 3.7) +* `C++17` - the library uses C++17 features. * `libsystemd` - systemd library containing sd-bus implementation. This library is part of systemd. Systemd at least v236 is needed. (In case you have a non-systemd environment, don't worry, see [Solving libsystemd dependency](docs/using-sdbus-c++.md#solving-libsystemd-dependency) for more information.) * `googletest` - google unit testing framework, only necessary when building tests, will be downloaded and built automatically. * `pkgconfig` - required for sdbus-c++ to be able to find some dependency packages.