boostorg / type_erasure

13 stars 32 forks source link

Fix test compile break #7

Closed MarcelRaad closed 9 years ago

MarcelRaad commented 9 years ago

After https://github.com/boostorg/test/commit/3f7216db3db2e11a768d8d0c8bb18632f106c466, BOOST_GLOBAL_FIXTURE has to be followed by a semicolon.

MarcelRaad commented 9 years ago

This is in develop and master now. Thanks!