Skip to content

Commit d66a455

Browse files
Remove use of _Is_checked_helper since VS 2019 15.8 1915 (Dobiasd#312)
1 parent bcaee7f commit d66a455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fplus/container_common.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ namespace internal {
193193
std::size_t pos_;
194194
};
195195

196-
#if defined(_MSC_VER) && _MSC_VER >= 1900
196+
#if defined(_MSC_VER) && _MSC_VER >= 1900 && _MSC_VER < 1915
197197
template <typename T, std::size_t N>
198198
struct std::_Is_checked_helper<array_back_insert_iterator<T, N>>
199199
: public true_type { // mark array_back_insert_iterator as checked

0 commit comments

Comments
 (0)