You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See "One Ranges Proposal" in https://en.cppreference.com/w/cpp/compiler_support.html#C.2B.2B20_library_features
Apparently supported only on Xcode 14.3+
```
OpenStudio/OpenStudio/src/model/Space.cpp
/Users/runner/work/OpenStudio/OpenStudio/src/model/Space.cpp:2241:36: error: no member named 'views' in namespace 'std'
for (auto& spi : spis | std::views::drop(1)) {
```
0 commit comments