Skip to content

Commit

Permalink
This can't be a constexpr for gcc...
Browse files Browse the repository at this point in the history
  • Loading branch information
wichtounet committed Mar 17, 2015
1 parent 257490f commit c31d677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/etl/virtual_views.hpp
Expand Up @@ -18,7 +18,7 @@ namespace etl {
namespace detail {

template<typename V>
constexpr V compute(std::size_t n, std::size_t i, std::size_t j){
V compute(std::size_t n, std::size_t i, std::size_t j){
if(n == 1){
return 1;
} else if(n == 2){
Expand Down

0 comments on commit c31d677

Please sign in to comment.