Skip to content

Commit

Permalink
Replaced cpp17::variant with std::variant
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikhuber committed Dec 15, 2024
1 parent 8cd16c1 commit b06ee68
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 3,026 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ set(HEADERS
${CMAKE_CURRENT_SOURCE_DIR}/include/eos/render/detail/Vertex.hpp
${CMAKE_CURRENT_SOURCE_DIR}/include/eos/video/Keyframe.hpp
${CMAKE_CURRENT_SOURCE_DIR}/include/eos/video/keyframe_merging.hpp
${CMAKE_CURRENT_SOURCE_DIR}/include/eos/cpp17/variant.hpp
${CMAKE_CURRENT_SOURCE_DIR}/include/eos/cpp17/variant_serialization.hpp
${CMAKE_CURRENT_SOURCE_DIR}/include/eos/cpp17/detail/mpark_variant.hpp
${CMAKE_CURRENT_SOURCE_DIR}/include/eos/cpp17/detail/mpark_variant_serialization.hpp
)

add_library(eos INTERFACE)
Expand Down
Loading

0 comments on commit b06ee68

Please sign in to comment.