commit | 336405b85e88fdc46896437cb02fe52b46079369 | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Mon Apr 08 09:59:01 2019 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Tue Apr 09 17:39:06 2019 +0000 |
tree | 72b7b7f6992ebe050ccfd320f067dffc91cad1c6 | |
parent | b5a0f16dca8324492a8b2bd69c82f3438e02fa16 [diff] |
Add error message to build to make packing type errors clear Because the base template actually handles things (all integer types), it needs to ward off non-integer types in a clear way, rather than relying on the user seeing that a tuple doesn't have an operator <<(), for example. This provides a clear message if a specialized pack operation was not hit. Tested-by: attempted to build with a non-supported pack type Change-Id: I66280831e88b4eac903b89f523e5f1a56a53cf9d Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.