Skip to content

Commit f187a7a

Browse files
remove including boost range
1 parent fe306a4 commit f187a7a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/mfast/aggregate_ref.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "type_category.h"
1111

1212
#include <boost/iterator/iterator_facade.hpp>
13-
#include <boost/range.hpp>
1413

1514
namespace mfast {
1615
class unbouned_templateref_error : public virtual boost::exception,

src/mfast/sequence_ref.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
#include <cassert>
1414
#include <boost/iterator/iterator_facade.hpp>
15-
#include <boost/range.hpp>
1615

1716
namespace mfast {
1817
class sequence_element_cref : public aggregate_cref {

0 commit comments

Comments
 (0)