diff options
Diffstat (limited to 'include/mastodonpp.hpp')
-rw-r--r-- | include/mastodonpp.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mastodonpp.hpp b/include/mastodonpp.hpp index d9655b3..16a7dd5 100644 --- a/include/mastodonpp.hpp +++ b/include/mastodonpp.hpp @@ -46,6 +46,9 @@ * * Or compile your code with `g++ $(pkg-config --cflags --libs mastodonpp)`. * + * Since we use C++17 features in the headers of this library, your program + * needs to be compiled as C++17 or higher too. + * * @subsection example Example * * @code |