Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 263334
Collapse All | Expand All

(-)boost_1_34_1-orig/libs/concept_check/Jamfile.v2 (-2 / +2 lines)
Lines 5-12 Link Here
5
import testing ;
5
import testing ;
6
6
7
test-suite concept_check
7
test-suite concept_check
8
  : [ run stl_concept_covering.cpp ]
8
  : [ compile-fail stl_concept_covering.cpp ]
9
    [ run concept_check_test.cpp  ]
9
    [ compile-fail concept_check_test.cpp  ]
10
    [ run class_concept_check_test.cpp ]
10
    [ run class_concept_check_test.cpp ]
11
    [ compile-fail concept_check_fail_expected.cpp ]
11
    [ compile-fail concept_check_fail_expected.cpp ]
12
    [ compile-fail class_concept_fail_expected.cpp ]
12
    [ compile-fail class_concept_fail_expected.cpp ]
(-)boost_1_34_1-orig/libs/program_options/test/test_convert.cpp (-1 / +2 lines)
Lines 13-18 Link Here
13
13
14
#include <boost/program_options/detail/convert.hpp>
14
#include <boost/program_options/detail/convert.hpp>
15
#include <boost/program_options/detail/utf8_codecvt_facet.hpp>
15
#include <boost/program_options/detail/utf8_codecvt_facet.hpp>
16
#include <boost/test/test_tools.hpp>
16
17
17
using namespace std;
18
using namespace std;
18
19
Lines 74-80 std::wstring from_8_bit_2(const std::str Link Here
74
void test_convert(const std::string& input, 
75
void test_convert(const std::string& input, 
75
                  const std::string& expected_output)
76
                  const std::string& expected_output)
76
{
77
{
77
    boost::program_options::detail::utf8_codecvt_facet<wchar_t, char> facet;
78
    boost::program_options::detail::utf8_codecvt_facet facet;
78
    
79
    
79
    std::wstring output;
80
    std::wstring output;
80
    { 
81
    { 
(-)boost_1_34_1-orig/libs/spirit/test/symbols_add_null.cpp (+4 lines)
Lines 9-14 Link Here
9
9
10
#define BOOST_SPIRIT_ASSERT_EXCEPTION ::spirit_exception
10
#define BOOST_SPIRIT_ASSERT_EXCEPTION ::spirit_exception
11
11
12
#ifdef NDEBUG
13
#  undef NDEBUG
14
#endif
15
12
struct spirit_exception
16
struct spirit_exception
13
{
17
{
14
    spirit_exception(char const * msg)
18
    spirit_exception(char const * msg)
(-)boost_1_34_1-orig/libs/test/test/prg_exec_fail3.cpp (+4 lines)
Lines 15-20 Link Here
15
15
16
#include <cassert>
16
#include <cassert>
17
17
18
#ifdef NDEBUG
19
#  undef NDEBUG
20
#endif
21
18
int cpp_main( int, char *[] )  // note the name
22
int cpp_main( int, char *[] )  // note the name
19
{
23
{
20
  int div = 0;
24
  int div = 0;

Return to bug 263334