mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-18 09:45:55 +01:00
Namespace and indentation emacs choices
This commit is contained in:
parent
8c675064bd
commit
2d13ea1a22
@ -36,7 +36,7 @@ directory
|
|||||||
#include <typeinfo>
|
#include <typeinfo>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
namespace Grid {
|
NAMESPACE_BEGIN(Grid);
|
||||||
|
|
||||||
////////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
// Predicated where support
|
// Predicated where support
|
||||||
@ -433,7 +433,7 @@ auto closure(const LatticeTrinaryExpression<Op, T1, T2, T3> &expr)
|
|||||||
#undef GRID_DEF_UNOP
|
#undef GRID_DEF_UNOP
|
||||||
#undef GRID_DEF_BINOP
|
#undef GRID_DEF_BINOP
|
||||||
#undef GRID_DEF_TRINOP
|
#undef GRID_DEF_TRINOP
|
||||||
}
|
NAMESPACE_END(Grid);
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
using namespace Grid;
|
using namespace Grid;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user