Skip to content

Commit 6a69b1b

Browse files
author
Felix Exner
committed
Added Compiler minimum version table
While gcc5 supports some C++17 features and will therefore not trigger the C++17 check it does not support std::variant.
1 parent 5bd63c5 commit 6a69b1b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ robotic manipulators.
3434
a C++17-requirement, please use the
3535
[boost](https://github.com/UniversalRobots/Universal_Robots_Client_Library/tree/boost) branch
3636
instead that requires the boost library.
37+
For the C++17 features, please use those minimum compiler versions:
38+
39+
| Compiler | min. version |
40+
|-----------|--------------|
41+
| **GCC** | 7 |
42+
| **Clang** | 7 |
43+
3744

3845
## Build instructions
3946
### Plain cmake

0 commit comments

Comments
 (0)