diff --git a/vcpkg/test/main.cpp b/vcpkg/test/main.cpp index 5b5541e..3f4e050 100644 --- a/vcpkg/test/main.cpp +++ b/vcpkg/test/main.cpp @@ -1,5 +1,7 @@ #include +using namespace std::string_view_literals; + int main(int argc, const char** argv){ auto dom = svgdom::load(R"qwertyuiop( diff --git a/vcpkg/test/vcpkg-configuration.json b/vcpkg/test/vcpkg-configuration.json index 33315cf..15798d4 100644 --- a/vcpkg/test/vcpkg-configuration.json +++ b/vcpkg/test/vcpkg-configuration.json @@ -8,7 +8,7 @@ { "kind": "git", "repository": "https://github.com/cppfw/vcpkg-repo/", - "baseline": "", + "baseline": "8c1a3c72c04bbd733fc6e06198b87b966c788c0f", "reference": "main", "packages": [ "utki", "papki", "mikroxml", "cssom", "svgdom", "r4", "rasterimage", "agg", "veg" ] }