Skip to content

Commit

Permalink
Last tidbits.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Jan 5, 2021
1 parent c045f37 commit cf56114
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/heyoka/expression.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <cstdint>
#include <functional>
#include <ostream>
#include <stdexcept>
#include <string>
#include <type_traits>
#include <unordered_map>
Expand Down Expand Up @@ -107,7 +108,7 @@ namespace detail

// NOTE: these need to go here because
// the definition of expression must be visible
// in order for this to be well-formed.
// in order for these to be well-formed.
template <typename T>
inline expression func_inner<T>::diff(const std::string &s) const
{
Expand Down

0 comments on commit cf56114

Please sign in to comment.