Skip to content

Commit cd970c2

Browse files
committed
Update gtest to 1.16.0
1 parent dc2a500 commit cd970c2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

conandata.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# To keep your changes, remove these comment lines, but the plugin won't be able to modify your requirements
33

44
requirements:
5-
- "gtest/1.15.0"
5+
- "gtest/1.16.0"

include/msgpack23/msgpack23.h

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ namespace msgpack23 {
9292
template<typename T>
9393
concept EmplaceAvailable = requires(T t, typename T::value_type val)
9494
{
95-
// Simply require that calling t.emplace_back(val) is valid
9695
t.emplace_back(val);
9796
};
9897

0 commit comments

Comments
 (0)