Skip to content

Commit c593229

Browse files
committed
Fix name of define
1 parent aafa25c commit c593229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/operators/no_rvalue_reference_results.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
// Copyright (c) 2013-2018 Daniel Frey
33
// Please see LICENSE for license or visit https://github.com/taocpp/operators/
44

5-
#define TAO_NO_RVALUE_REFERENCE_RESULTS
5+
#define TAO_OPERATORS_NO_RVALUE_REFERENCE_RESULTS
66
#include "operators.cpp"

0 commit comments

Comments
 (0)