Skip to content

Commit

Permalink
Inlined detail::empty_state()
Browse files Browse the repository at this point in the history
refs #58
  • Loading branch information
ddemidov committed Sep 30, 2013
1 parent 7e96041 commit 52f2c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vexcl/operations.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ namespace detail {
typedef std::map<std::string, boost::any> kernel_generator_state;
typedef std::shared_ptr<kernel_generator_state> kernel_generator_state_ptr;

kernel_generator_state_ptr empty_state() {
inline kernel_generator_state_ptr empty_state() {
return std::make_shared<kernel_generator_state>();
}

Expand Down

0 comments on commit 52f2c53

Please sign in to comment.