diff --git a/GSL.natvis b/GSL.natvis index 1bf27a5..965888c 100644 --- a/GSL.natvis +++ b/GSL.natvis @@ -4,13 +4,7 @@ vim: syntax=xml --> - - - - {_Data._What,nasb} - - - + {{ invoke = {invoke_}, action = {f_} }} @@ -19,7 +13,8 @@ - + + {{ extent = {storage_.size_} }} @@ -29,29 +24,7 @@ - - {span_.storage_.data_,[span_.storage_.size_]na} - - span_.storage_.size_ - - span_.storage_.size_ - span_.storage_.data_ - - - - - - {span_.storage_.data_,[span_.storage_.size_]na} - - span_.storage_.size_ - - span_.storage_.size_ - span_.storage_.data_ - - - - - + value = {*ptr_} diff --git a/tests/assertion_tests.cpp b/tests/assertion_tests.cpp index dd3ca06..231befc 100644 --- a/tests/assertion_tests.cpp +++ b/tests/assertion_tests.cpp @@ -15,7 +15,7 @@ /////////////////////////////////////////////////////////////////////////////// #include "deathTestCommon.h" -#include // for fail_fast (ptr only), Ensures, Expects +#include // for Ensures, Expects #include using namespace gsl;