Re: [Boost-bugs] [Boost C++ Libraries] #12441: Crash in Boost.Test 1.61

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12441: Crash in Boost.Test 1.61
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-04-05 12:06:20


#12441: Crash in Boost.Test 1.61
-------------------------------------------+-------------------------------
  Reporter: Andy Salnikov <a_salnikov@…> | Owner: Gennadiy Rozental
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: test
   Version: Boost 1.61.0 | Severity: Showstopper
Resolution: invalid | Keywords:
-------------------------------------------+-------------------------------

Comment (by erenon2@…):

 It also happens if one source file assumes dynamically linked boost test:

 {{{
 #define BOOST_TEST_DYN_LINK
 #include <boost/test/unit_test.hpp>
 }}}

 while the other assumes header-only boost test:

 {{{
 #include <boost/test/included/unit_test.hpp>
 }}}

 It is easy to make such a mistake and really hard to figure out the
 reason. I'm posting to raise awareness.

-- 
Ticket URL: <https://svn.boost.org/trac10/ticket/12441#comment:6>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2018-04-05 12:13:39 UTC