Move factored out stuff to FieldProps namespace.

- FieldData
- ScalarOperation
- TranCalculator
- keywords
This commit is contained in:
Markus Blatt
2020-09-18 15:03:12 +02:00
parent 951bd69522
commit 9343165bee
8 changed files with 145 additions and 129 deletions

View File

@@ -208,7 +208,7 @@ ADDREG
BOOST_AUTO_TEST_CASE(ASSIGN) {
FieldData<int> data({}, 100, 0);
Fieldprops::FieldData<int> data({}, 100, 0);
std::vector<int> wrong_size(50);
BOOST_CHECK_THROW( data.default_assign( wrong_size ), std::invalid_argument );