1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-13 01:05:36 +00:00
This commit is contained in:
Peter Boyle 2015-04-18 17:10:45 +01:00
parent 2ee9322a8f
commit df9056eb4b

View File

@ -1,9 +1,10 @@
#ifndef GRID_MATH_TYPES_H #ifndef GRID_MATH_TYPES_H
#define GRID_MATH_TYPES_H #define GRID_MATH_TYPES_H
#include <Grid_math_type_mapper.h>
#include <type_traits> #include <type_traits>
#include <Grid_math_types_mapper.h>
// //
// Indexing; want to be able to dereference and // Indexing; want to be able to dereference and
// obtain either an lvalue or an rvalue. // obtain either an lvalue or an rvalue.