pcm/SampleFormat: workaround for GCC 4.9 "constexpr" bug

GCC 4.9 has incomplete C++14 support.  Specifically, it doesn't allow
switch/case in "constexpr" functions.
This commit is contained in:
Max Kellermann
2017-01-27 11:02:58 +01:00
parent 5bd322bdcf
commit a931686317
2 changed files with 9 additions and 2 deletions

1
NEWS
View File

@@ -1,4 +1,5 @@
ver 0.20.4 (not yet released)
* workaround for GCC 4.9 "constexpr" bug
ver 0.20.3 (2017/01/25)
* protocol