commit | 973886db122187b4d30ad0d359c1e9db0e23a706 | [log] [tgz] |
---|---|---|
author | Saqib Khan <khansa@us.ibm.com> | Wed Mar 15 14:01:16 2017 -0500 |
committer | Saqib Khan <khansa@us.ibm.com> | Mon Mar 20 10:11:08 2017 -0500 |
tree | 1f573c5f3af280063876302831cee4cd590a6b7f | |
parent | 03e8735ab2980eff41eb4402dcf3b73f12e9fa65 [diff] |
Change constexpr function pointers to static constants Note: Newer version of gcc no longer supports constexpr function pointers to be declared in the header file. Therefore we fixed this by declaring them as static constants in the header file and moved the initialization to the source file. Change-Id: Ied87c62b14be79cc268cfe8c63e8f2385c7e75b6 Signed-off-by: Saqib Khan <khansa@us.ibm.com>