commit | f0b020fb322c9cf1c245e6b0614e02014a3509c6 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Nov 21 10:42:34 2018 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Nov 28 12:05:11 2018 -0500 |
tree | 87986a89888131352ea0e7f99a6a53cfbf37828e | |
parent | 4978e06c45cfe70f5ccfc6cdce92a35ae5546198 [diff] |
control: manager: Avoid the need for fconcepts Use of auto in a function parameter list is supported in c++17 but gcc8 requires enabling concepts TS support. We don't require a template anyway - just be explicit here and avoid the need for -fconcepts until such a time that other concepts TS features are required. Change-Id: Iec6205a2e4da41aeb5840dd9942778ba0f373842 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>