mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-05 02:27:45 +00:00
Test commit.
This commit is contained in:
parent
89d5e0c97f
commit
0086920148
@ -731,8 +731,8 @@ TEST(ActiveFormatterTest, ArgLifetime) {
|
|||||||
const fmt::ActiveFormatter<fmt::Ignore> &af = fmt::Format("{0}");
|
const fmt::ActiveFormatter<fmt::Ignore> &af = fmt::Format("{0}");
|
||||||
const_cast<fmt::ActiveFormatter<fmt::Ignore>&>(af) << std::string("test");
|
const_cast<fmt::ActiveFormatter<fmt::Ignore>&>(af) << std::string("test");
|
||||||
// String object passed as an argument to ActiveFormatter has
|
// String object passed as an argument to ActiveFormatter has
|
||||||
// been destroyed, but ArgInserter dtor hasn't been called yet.
|
// been destroyed, but ArgInserter destructor hasn't been called yet.
|
||||||
// But that's OK since the Arg's dtor takes care of this and
|
// But that's OK since the Arg's destructor takes care of this and
|
||||||
// calls Format.
|
// calls Format.
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user