moved query parts from intermediates declaration to definition file.
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
namespace matador::test {
|
||||
struct coordinate
|
||||
{
|
||||
int x;
|
||||
int y;
|
||||
int z;
|
||||
int x{};
|
||||
int y{};
|
||||
int z{};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user