Skip to content

Commit

Permalink
Rename dependent typing for #160
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Apr 28, 2016
1 parent a9f81ca commit 4952d79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/fit/if.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
///
/// The `if_` function decorator makes the function callable if the boolean
/// condition is true. The `if_c` version can be used to give a boolean
/// condition directly(instead of relying on dependent typing).
/// condition directly(instead of relying on an integral constant).
///
/// Synopsis
/// --------
Expand Down
2 changes: 1 addition & 1 deletion include/fit/limit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
///
/// The `limit` function decorator annotates the function with the max number of
/// parameters. The `limit_c` version can be used to give the max number
/// directly(instead of relying on dependent typing).
/// directly(instead of relying on an integral constant).
///
/// Synopsis
/// --------
Expand Down

0 comments on commit 4952d79

Please sign in to comment.