Kelly (KT) Thompson
Kelly (KT) Thompson
One of my projects has a couple of instances of this cmake command. ```cmake install( DIRECTORY ${f90dir_BINARY_DIR} DESTINATION "include" FILES_MATCHING PATTERN "*.mod" PATTERN CMakeFiles EXCLUDE) ``` This command generates cmake-lint...
@dhollman In the conclusion to our discussion related to issue #22, you expressed that you have a version of _mdspan_ (master?) working in Visual Studio. You expressed the need to...
On Linux, when using Clang++ 6.0 with the compile options `-std=c++14 -stdlib=libc++`, the CPP macros `__cpp_lib_*` used in `config.hpp` are not available. I needed to copy the logic used for...
* This allows construction on first use and would eliminate the need to create `Term::Terminal term` in the main program. * Downside: I'm not 100% certain this can be implemented...
### Brief description of your issue When I run any `winget install` command, the result is `0x80070005 : Access is denied.` * Possibly related to #1097 and #1433. Unfortunately, these...
* mdspan was recently updated in https://github.com/kokkos/mdspan/pull/19. Merge these changes into Draco's copy and test. * This should fix build issues with intel/17. ### Update 2020-9-07 * I've updated the...
https://github.com/cpp-best-practices/cpp_starter_project/pull/171
* This is a cmake issue. Reported at https://gitlab.kitware.com/cmake/cmake/issues/18270. * I think brason will work with C++11 only. I'll update the CMakeLists.txt.