1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00
This commit is contained in:
Peter Boyle 2015-04-18 17:10:45 +01:00
parent 08f20da103
commit f7d80aac7f

View File

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