Skip to content
Snippets Groups Projects
Commit 193186da authored by namark's avatar namark
Browse files

So much to do...

parent c6dbdfa3
No related branches found
No related tags found
No related merge requests found
...@@ -281,6 +281,7 @@ namespace simple::support ...@@ -281,6 +281,7 @@ namespace simple::support
// this is the another thing you need in order to support type promotion, expression templates etc. // this is the another thing you need in order to support type promotion, expression templates etc.
// you can set this to the shape of the array (which would be size if there is no nesting), // you can set this to the shape of the array (which would be size if there is no nesting),
// along with a tag that identifies the template, if you want that extra safety // along with a tag that identifies the template, if you want that extra safety
// TODO: this is about operands so include operand in the name, perhaps simply operand_tag
using compatibility_tag = Type; using compatibility_tag = Type;
}; };
......
// TODO: need a test file per header and include the header first, to detect missing includes
#include <cassert> #include <cassert>
#include <random> #include <random>
#include <iostream> #include <iostream>
......
// TODO: need a test file per header and include the header first, to detect missing includes
#include <iostream> #include <iostream>
#include <sstream> #include <sstream>
#include <cassert> #include <cassert>
......
// TODO: need a test file per header and include the header first, to detect missing includes
#include <cassert> #include <cassert>
#include <string> #include <string>
#include <sstream> #include <sstream>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment