X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Funit%2Fset%2Ftest_set.h;h=c1b2599154f9af77acf5f8824e02636314675254;hb=744211978eaf0cbcd9139d07b8dfd6f72651b39f;hp=fd3957a78c6208f47be8b433e125e680fe9c0aed;hpb=39abc7398158e353b8aab234c6cc2574479ac05e;p=libcds.git diff --git a/test/unit/set/test_set.h b/test/unit/set/test_set.h index fd3957a7..c1b25991 100644 --- a/test/unit/set/test_set.h +++ b/test/unit/set/test_set.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_SET_TEST_SET_H @@ -76,7 +76,7 @@ namespace cds_test { std::pair updResult; std::string str; - updResult = s.update( i.key(), []( bool bNew, value_type&, int ) + updResult = s.update( i.key(), []( bool, value_type&, int ) { ASSERT_TRUE( false ); }, false );