Skip to content

Commit

Permalink
Adding missing options to put (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardicus authored Jul 24, 2024
1 parent 535b362 commit 1faf648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/universal/z_pub.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ int _main(int argc, char **argv) {
ss << "[" << idx << "] " << value;
auto s = ss.str(); // in C++20 use .view() instead
std::cout << "Putting Data ('" << keyexpr << "': '" << s << "')...\n";
pub.put(s);
pub.put(s, options);
}
return 0;
}
Expand Down

0 comments on commit 1faf648

Please sign in to comment.