diff options
| author | Josh Blum <josh@joshknows.com> | 2011-01-02 13:10:27 -0800 | 
|---|---|---|
| committer | Josh Blum <josh@joshknows.com> | 2011-01-02 13:10:27 -0800 | 
| commit | e2487eb7311d6bbeec5e6aaeab0a3857d8cada1b (patch) | |
| tree | 0abd11b40a1a7a72db2359ece9205320fec67d86 /host/lib | |
| parent | ea20cc274cdd7ea15df2347e9d1a3539bd819bed (diff) | |
| download | uhd-e2487eb7311d6bbeec5e6aaeab0a3857d8cada1b.tar.gz uhd-e2487eb7311d6bbeec5e6aaeab0a3857d8cada1b.tar.bz2 uhd-e2487eb7311d6bbeec5e6aaeab0a3857d8cada1b.zip | |
uhd: potential fix for explicit template + llvm
Diffstat (limited to 'host/lib')
| -rw-r--r-- | host/lib/types.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/host/lib/types.cpp b/host/lib/types.cpp index bea20a4aa..9e4a26c23 100644 --- a/host/lib/types.cpp +++ b/host/lib/types.cpp @@ -43,8 +43,10 @@ using namespace uhd;  /***********************************************************************   * ranges template instantiation   **********************************************************************/ +#ifdef UHD_USE_EXIM_TMPL  template struct uhd::meta_range_t<float>;  template struct uhd::meta_range_t<double>; +#endif  /***********************************************************************   * tune request | 
