feat(quadrature): quadrature system brought over
Ported and dramatically cleaned up the quadrature system. This includes centralizing all field definitions
This commit is contained in:
8
tests/sandbox/meta_sandbox.cpp
Normal file
8
tests/sandbox/meta_sandbox.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "serif/meta/names.hpp"
|
||||
#include "serif/utils/error/errors.hpp"
|
||||
|
||||
int main() {
|
||||
using namespace serif::utils::errors;
|
||||
puts("Hello, world!\n");
|
||||
serif_assert<SERiFErrorCode::EOS_ERROR, "This is a message that should be seen at compile time. I am now going to make this very long to make sure that it does not get truncated. If you want to exercise this turn the following bool to false (generally set to true to allow compilation)", true>();
|
||||
}
|
||||
Reference in New Issue
Block a user