vspefs
vspefs
- Added versions from v1.3.276 to the latest v1.2.281. - Fixed a bug when trying to compile the `vulkan_hpp` named module using MSVC, by adding a config to enable a...
### Is your feature request related to a problem? Please describe. Most editors don't provide decent IntelliSense for imported named modules in C++, especially when it comes to remote packages,...
### Xmake Version 2.9.4 ### Operating System Version and Architecture Windows 11 21H2 Home. Using msys2, on clang64 environment ### Describe Bug A package holds multiple alias-es, like X, Y...
### Xmake Version 2.9.3 ### Operating System Version and Architecture Windows 11 21H2 Home. Using MSYS2, where this whole scenario takes place. ### Describe Bug Can't install vulkan-hpp from xmake-repo....
There is a 14-line little class in both "graph/algorithm/breadth_first_search.hpp" and "graph/algorithm/depth_first_search.hpp" that is `dfs_visitor_base`. When you try to `#include` both headerfiles, the exact same definition appears in one translation unit...