Skip to content

Commit a38c87b

Browse files
committed
Rename dynamic_bitset.tpp to "dynamic_bitset.ipp"
Reason: Having it copied at installation time.
1 parent 9665f82 commit a38c87b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

include/boost/dynamic_bitset/dynamic_bitset.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1407,5 +1407,5 @@ from_block_range( BlockIterator first, BlockIterator last, dynamic_bitset< Block
14071407

14081408
}
14091409

1410-
#include "boost/dynamic_bitset/impl/dynamic_bitset.tpp"
1410+
#include "boost/dynamic_bitset/impl/dynamic_bitset.ipp"
14111411
#endif // include guard

include/boost/dynamic_bitset/impl/dynamic_bitset.tpp renamed to include/boost/dynamic_bitset/impl/dynamic_bitset.ipp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1768,8 +1768,3 @@ struct hash< boost::dynamic_bitset< Block, Allocator > >
17681768
};
17691769
}
17701770
#endif
1771-
1772-
// Local Variables:
1773-
// mode: c++
1774-
// End:
1775-
// vim: set ft=cpp:

0 commit comments

Comments
 (0)