Commit 49fa6ee
committed
Fix MSVC compilation: Remove non-portable iterator assertion
MSVC's unordered_map provides bidirectional iterators while GCC/Clang
only provide forward iterators. Both are standard-compliant, so the
assertion checking that iterators are NOT bidirectional fails on MSVC.
Fixes: error C2607: static assertion failed at line 1261 parent 3b09849 commit 49fa6ee
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| |||
0 commit comments