Files
qt-creator/tests/unit/unittest
Marco Bubke 93d0b5a1d3 Sqlite: Make the statement conversion operator id aware
Before you had to use an constructor which is has an integer as
parameter. Like

struct Foo
{
  Foo{long long id} : id{id} {}
  Foo{TypeId id} : id{id} {}

  TypeId id;
}

Now you can write:

struct Foo
{
  TypeId id;
}

With C++ 20 we can even remove more contructors.

Change-Id: I374505a037a71339b672f5f3a57b06dcf443b4bf
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2022-07-21 12:40:50 +00:00
..
2022-06-23 10:33:09 +00:00
2017-01-31 14:18:38 +00:00
2017-01-31 14:18:38 +00:00
2022-05-04 10:04:17 +00:00
2020-08-19 07:05:55 +00:00
2022-06-23 10:33:09 +00:00
2020-10-16 10:01:21 +00:00
2016-09-19 15:17:54 +00:00
2022-06-23 10:33:09 +00:00
2022-07-07 17:50:55 +00:00
2022-06-23 10:33:09 +00:00
2022-06-28 10:20:19 +00:00