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
b33bdb21a4
commit
89d5e0c97f
@ -722,8 +722,8 @@ TEST(ActiveFormatterTest, ActionNotCalledOnError) {
|
||||
}
|
||||
|
||||
// The test doesn't compile on older compilers which follow C++03 and
|
||||
// require an accessible copy ctor when binding a temporary to a const
|
||||
// reference.
|
||||
// require an accessible copy constructor when binding a temporary to
|
||||
// a const reference.
|
||||
#if __GNUC__ >= 4 && __GNUC_MINOR__ >= 7
|
||||
TEST(ActiveFormatterTest, ArgLifetime) {
|
||||
// The following code is for testing purposes only. It is a definite abuse
|
||||
|
Loading…
Reference in New Issue
Block a user