id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 7674,Compile failures in Boost.Test using mingw clang and gcc,Paul A. Bristow,Gennadiy Rozental,"Compiling Boost.Test using NetBeans IDE and minggw32 gcc and Clang (and VS 10) compilers I foudn some failures. I was building a dll with all the components (perhaps some are not normally used?) (Don't ask why I wasn't using b2! Grrrrr!) Using Boost-trunk I found two compile failures 1 in config_file_iterator.cpp I needed to add #include so that noncopyable was found, 2 in config_file.cpp, a missing 3rd parameter was reported: assign_op( p_name.value, name ); needed to be assign_op( p_name.value, name, 0 ); // But this might wrong? 3 template struct is_named_params : public mpl::false_ {}; added #include template variable::variable( cstring var_name ) : variable_base( environment::var( var_name ) ) {} 4 in variable.hpp I replaced var by variable in config_file_iterator.cpp an undefined function erase erase(name); I just commented out to get it to compile and build at least. ",Bugs,closed,Boost 1.59.0,test,Boost Development Trunk,Optimization,obsolete,test clang,