Skip to content

Commit

Permalink
conan: fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Dec 4, 2024
1 parent 59d0581 commit 3d75804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conan/test_package/example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using namespace std::string_literals;

int main(int argc, const char** argv){
tml::tree t("hello"s, {"tml!"s});
tml::tree t("hello"s, {tml::tree("tml!"s)});

std::cout << "tml = " << tml::to_string(t) << std::endl;

Expand Down

0 comments on commit 3d75804

Please sign in to comment.