Tue, 18 Feb 2025 18:56:51 +0100
add support for different compilers
0 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <project version="0.3" xmlns="http://unixwork.de/uwproj"> | |
3 | <dependency> | |
4 | <lang>cpp</lang> | |
10
bf159cf9f4b6
improve heatmap::add() by using C++23 ranges-v3
Mike Becker <universe@uap-core.de>
parents:
5
diff
changeset
|
5 | <cxxflags>-std=c++23</cxxflags> |
0 | 6 | </dependency> |
7 | </project> | |
8 |