Move back to 1.3.2 compiler

Former-commit-id: 1107bdaa26
This commit is contained in:
2022-08-09 19:03:51 -04:00
parent 70ea57613e
commit 9d3a5c7670
27 changed files with 432 additions and 105 deletions

View File

@@ -3,8 +3,8 @@
#include "types.h"
#include "construct.hpp"
#include "pointer_iterator.hpp"
#include "rstl/construct.hpp"
#include "rstl/pointer_iterator.hpp"
namespace rstl {
template < typename T, size_t N >