Commit 588c0db
committed
Make the property name detection logic more robust
Instead of relying on the SYCL compiler version macro, we use C++
type_traits to detect which of the two names for the property actually
refers to a fully defined type.
Signed-off-by: Lukas Sommer <lukas.sommer@codeplay.com>1 parent 92a7fe7 commit 588c0db
File tree
1 file changed
+26
-10
lines changed- libsyclinterface/source
1 file changed
+26
-10
lines changedLines changed: 26 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
846 | 846 | | |
847 | 847 | | |
848 | 848 | | |
849 | | - | |
850 | | - | |
851 | | - | |
852 | | - | |
853 | | - | |
854 | | - | |
855 | | - | |
856 | | - | |
857 | | - | |
858 | | - | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
859 | 875 | | |
860 | 876 | | |
861 | 877 | | |
| |||
0 commit comments