patflick / mxx

C++11 Message Passing
http://patflick.github.io/mxx
Apache License 2.0
74 stars 17 forks source link

Add tgmath.h header for compilation with gcc 6.1 #12

Closed davidsblom closed 8 years ago

davidsblom commented 8 years ago

Refer to #11

codecov-io commented 8 years ago

Current coverage is 89.16% (diff: 100%)

Merging #12 into master will not change coverage

@@             master        #12   diff @@
==========================================
  Files            17         17          
  Lines          1301       1301          
  Methods         222        222          
  Messages          0          0          
  Branches        161        161          
==========================================
  Hits           1160       1160          
  Misses           58         58          
  Partials         83         83          

Powered by Codecov. Last update f1f338c...1128d20

patflick commented 8 years ago

Thank's David! I'll try and see if Travis allows to use newer gcc versions to catch these issues earlier.