Code Quality: fixed compilation errors on MSVC

This commit is contained in:
U-AMR\ptillet
2015-07-20 18:02:56 -07:00
parent cd155cb9e3
commit 8879a867d8
14 changed files with 192 additions and 785 deletions

View File

@@ -225,8 +225,8 @@ array_expression OPNAME(array_expression const & M, int_t axis = -1);
ISAAC_DECLARE_DOT(sum)
ISAAC_DECLARE_DOT(argmax)
ISAAC_DECLARE_DOT(max)
ISAAC_DECLARE_DOT(min)
ISAAC_DECLARE_DOT((max))
ISAAC_DECLARE_DOT((min))
ISAAC_DECLARE_DOT(argmin)
array_expression eye(std::size_t, std::size_t, isaac::numeric_type, driver::Context context = driver::queues.default_context());