thomasmoelhave / tpie

Templated Portable I/O Environment
Other
112 stars 24 forks source link

fix build problems on mac/clang #195

Closed hendrikmuhs closed 8 years ago

hendrikmuhs commented 8 years ago

@antialize @svendcsvendsen

This fixes a build problem on Mac(clang). I also checked Linux(g++-4.8), should be fine.

For details/reasons on the issue, see:

http://stackoverflow.com/questions/30418270/clang-bug-namespaced-template-class-friend

antialize commented 8 years ago

Looks good. Thanks