Skip to content

Commit

Permalink
⬆️ v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-jusiak committed Oct 9, 2024
1 parent ead18cb commit b69de48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ut
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ time $CXX -x c++ -std=c++20 ut -c # 0.049s
[ut]: time $CXX benchmark.cpp -std=c++20 # 0m0.813s
[ut]: time $CXX benchmark.cpp -std=c++20 -DNTEST # 0m0.758s
-------------------------------------------------------------------------
[ut] https://github.com/qlibs/ut/releases/tag/v2.1.2
[ut] https://github.com/qlibs/ut/releases/tag/v2.1.3
```

<a name="perf"></a>
Expand Down Expand Up @@ -345,7 +345,7 @@ main:
mov dword ptr [rax + 16], 6
lea rcx, [rip + template parameter object for fixed_string
mov qword ptr [rax + 24], rcx
inc dword ptr [rip + ut::v2_1_1::cfg<ut::v2_1_1::override>+52]
inc dword ptr [rip + ut::cfg<ut::override>+52]
mov rax, qword ptr [rip + ut::cfg<ut::override>+136]
mov ecx, dword ptr [rax + 8]
mov edx, dword ptr [rax + 92]
Expand Down Expand Up @@ -630,7 +630,7 @@ UT_FILTER // If env is set only tests which match

extern "C" char *getenv(const char *) throw();

namespace ut::inline v2_1_2 {
namespace ut::inline v2_1_3 {
namespace type_traits {
template<class, class> inline constexpr auto is_same_v = false;
template<class T> inline constexpr auto is_same_v<T, T> = true;
Expand Down Expand Up @@ -820,7 +820,7 @@ template<class, class> class basic_ostream;
extern basic_ostream<char, char_traits<char>> clog; // only used if defined
} // namespace std

namespace ut::inline v2_1_2 {
namespace ut::inline v2_1_3 {
template<class...>
struct default_cfg {
struct {
Expand Down

0 comments on commit b69de48

Please sign in to comment.