Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Apr 24, 2024
1 parent cb83419 commit 8ffab6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/algorithm_project_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ void run_tests() {
}
}

// split out dynamic tests as workaround for compiler bug in
// Visual Studio 2019 14.29.30133 (19.29.30145.0), see PR 388 by Ed Catmur
void run_dynamic_tests() {
{
auto h = make(dynamic_tag(), axis::integer<>(0, 2), axis::integer<>(0, 3));
Expand Down

0 comments on commit 8ffab6e

Please sign in to comment.