Browse Source

using std::string_view.

master
roker 4 years ago
parent
commit
ebc949c092
  1. 1
      test/unittest_nfc.cc
  2. 1
      test/unittest_nfc16.cc

1
test/unittest_nfc.cc

@ -4,6 +4,7 @@
#include <vector>
using namespace pEp;
using std::string_view;
namespace {

1
test/unittest_nfc16.cc

@ -4,6 +4,7 @@
#include <vector>
using namespace pEp;
using std::u16string_view;
namespace pEp
{

Loading…
Cancel
Save