Skip to content

Commit 15b780c

Browse files
committed
Add table with supported compilers
1 parent f1580bf commit 15b780c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,16 @@ Define this to 1 to compare `value_ptr`'s pointer instead of the content it's po
192192
193193
Reported to work with
194194
---------------------
195+
The table below mentions the compiler versions *value-ptr lite* is reported to work with.
196+
197+
OS | Compiler | Versions |
198+
---------:|:-----------|:---------|
199+
Windows | Clang/LLVM | ? |
200+
  | GCC | 5.2.0, 6.3.0 |
201+
&nbsp; | Visual C++<br>(Visual Studio)| 8 (2005), 10 (2010), 11 (2012),<br>12 (2013), 14 (2015, 2017) |
202+
GNU/Linux | Clang/LLVM | 3.5.0 |
203+
&nbsp; | GCC | 4.8.4 |
204+
OS X | ? | ? |
195205
196206
197207
Building the tests

0 commit comments

Comments
 (0)