move include/ranges/xpr -> include/xpr

This commit is contained in:
Christian Zimmermann 2022-10-21 13:32:27 +02:00
parent 98f71b874b
commit db623649ee
21 changed files with 12 additions and 12 deletions

View file

@ -81,38 +81,38 @@ namespace CNORXZ
template <typename T>
class Allocator;
// definition: ranges/xpr/vpos_type.h
// definition: xpr/vpos_type.h
class VPosBase;
// definition: ranges/xpr/vpos_type.h
// definition: xpr/vpos_type.h
template <class PosT>
class VPos;
// definition: ranges/xpr/vpos_type.h
// definition: xpr/vpos_type.h
template <class PosT>
class VPosRef;
// definition: ranges/xpr/pos_type.h
// definition: xpr/pos_type.h
class UPos;
// definition: ranges/xpr/pos_type.h
// definition: xpr/pos_type.h
template <SizeT N>
class SPos;
// definition: ranges/xpr/pos_type.h
// definition: xpr/pos_type.h
class FPos;
// definition: ranges/xpr/pos_type.h
// definition: xpr/pos_type.h
template <SizeT N, SizeT... Ms>
class SFPos;
// definition: ranges/xpr/pos_type.h
// definition: xpr/pos_type.h
class DPos;
// definition: ranges/xpr/pos_type.h
// definition: xpr/pos_type.h
class DPosRef;
// definition: ranges/xpr/pos_type.h
// definition: xpr/pos_type.h
template <class PosT1, class PosT2>
class MPos;

View file

@ -2,7 +2,7 @@
#include "cxz_operation.h"
#include "xpr/pos_type.h"
#include "ranges/range_helper.h"
#include "ranges/xpr/op_xpr.h"
#include "xpr/op_xpr.h"
namespace CNORXZ

View file

@ -1,7 +1,7 @@
#include "gtest/gtest.h"
#include "ranges/xpr/xpr.h"
#include "xpr/xpr.h"
namespace
{