Skip to content

Commit

Permalink
Merge pull request #767 from CesiumGS/iterator-deprecation
Browse files Browse the repository at this point in the history
Fix VS 2022 17.8 warnings/errors by defining _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING
  • Loading branch information
kring authored Nov 21, 2023
2 parents 11140f0 + d1a602e commit 4488777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

- Fixed a bug in `OrientedBoundingBox::contains` where it didn't account for the bounding box's center.
- Fixed compiler error when calling `PropertyAttributeView::forEachProperty`.
- Fixed WD4996 warnings-as-errors when compiling with Visual Studio 2002 v17.8.

### v0.29.0 - 2023-11-01

Expand Down
1 change: 1 addition & 0 deletions extern/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ add_subdirectory(asyncplusplus)

set(SPDLOG_BUILD_TESTING OFF CACHE INTERNAL "Disable SPDLOG Testing")
add_subdirectory(spdlog)
target_compile_definitions(spdlog PUBLIC _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING)

if (NOT TARGET sqlite3)
add_subdirectory(sqlite3)
Expand Down

0 comments on commit 4488777

Please sign in to comment.