We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50813f commit a3898f7Copy full SHA for a3898f7
test/test_interpreter.cpp
@@ -14,7 +14,6 @@ TEST_SUITE("execute_request")
14
{
15
TEST_CASE("stl")
16
17
- xcpp::interpreter interpreter(0, nullptr);
18
19
std::string code = "?std::vector";
20
std::string inspect_result = "https://en.cppreference.com/w/cpp/container/vector";
0 commit comments