Renamed namespace to 'gsl'. Renamed macro to configure testing.

This commit is contained in:
Neil MacIntosh
2015-09-29 16:41:37 -07:00
parent d023ad51a7
commit ef626fd33a
14 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
#include <cstdlib>
using namespace std;
using namespace Guide;
using namespace gsl;
SUITE(string_view_tests)
{