Skip to content

Commit

Permalink
Revert "Fix to compilation failure with MSVS 17.6 (#121)" (#122)
Browse files Browse the repository at this point in the history
This reverts commit 8b1150d.
  • Loading branch information
g-217 authored Aug 27, 2024
1 parent c7f6b88 commit d7e9dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adobe/serializable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ template <class T, class Stream>
struct has_stream_insertion : decltype(implementation::test_stream_insertion<T, Stream>(0)) {};

template <class T>
using has_ostream_insertion = has_stream_insertion<T, std::ostream>;
using has_ostream_insertion = has_stream_insertion<T, std::ostream&>;

/**************************************************************************************************/

Expand Down

0 comments on commit d7e9dad

Please sign in to comment.