Skip to content

Commit

Permalink
minor: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed Oct 29, 2023
1 parent c03d254 commit e9f56b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/dynamix/mutate_to.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ void mutate_to(object& obj, const type& type, Ops&&... ops) {
// * filter out ops that are not applicable for the object mutation which is to come
// * sort the applicable ones by index in the new type
// * apply
// we could do it boost::mpl-style: by doint it in a tuple of ops
// we could do it boost::mpl-style: by doing it in a tuple of ops
// the code however will be very hard to follow and will compile for a really long time
// instead we sacrifice a tiny bit of performance and do it in a more readable fashion
// and help the the compiler a bit with this complicated task
Expand Down

0 comments on commit e9f56b4

Please sign in to comment.