Skip to content

Commit 6005205

Browse files
authored
Merge pull request #538 from beached/v2
Remove unreachable code from daw_visit.h
2 parents 5951845 + eb98413 commit 6005205

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/daw/daw_visit.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ namespace daw {
356356
} else {
357357
return DAW_FWD( vis )( get_nt<0 + N>( DAW_FWD( var ) ) );
358358
}
359-
DAW_UNREACHABLE( );
360359
}
361360

362361
#undef DAW_VISIT_CASE

0 commit comments

Comments
 (0)