Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Nov 5, 2024
1 parent 0e6ebfc commit 1faa56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tao/pq/internal/resize_uninitialized.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ namespace tao::pq::internal
template struct vector_proxy< std::vector< std::byte >,
&std::vector< std::byte >::_Mypair,
&decltype( std::declval< std::vector< std::byte > >()._Mypair )::_Myval2,
&decltype( std::declval< std::vector< std::byte > >()._Mypair._Myval2 )::_Mypair >;
&decltype( std::declval< std::vector< std::byte > >()._Mypair._Myval2 )::_Mylast >;

#else

Expand Down

0 comments on commit 1faa56c

Please sign in to comment.