/*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2014-2020 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
namespace {
template <typename R>
-void compare(const R &r1, const R &r2) {
- (void) r1;
- (void) r2;
- ASSERT_FALSE("Specialization of compare function must be implemented!");
-}
+void compare(const R &r1, const R &r2);
} /* namespace anonymous */