We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_Is_checked_helper
1 parent bcaee7f commit d66a455Copy full SHA for d66a455
include/fplus/container_common.hpp
@@ -193,7 +193,7 @@ namespace internal {
193
std::size_t pos_;
194
};
195
196
-#if defined(_MSC_VER) && _MSC_VER >= 1900
+#if defined(_MSC_VER) && _MSC_VER >= 1900 && _MSC_VER < 1915
197
template <typename T, std::size_t N>
198
struct std::_Is_checked_helper<array_back_insert_iterator<T, N>>
199
: public true_type { // mark array_back_insert_iterator as checked
0 commit comments