id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 8717,Please make the library work on exception-disabled environments,Adam Romanek ,Antony Polukhin,"Please make boost::variant work on exception-disabled environments. The problem is that boost::variant uses raw 'throw' and 'try/catch' keywords which make using the library on exception-disabled environments impossible. The attached patch for v1.53.0 switches to boost::throw_exception() and Boost's macros for try / rethrow / catch.",Bugs,closed,Boost 1.55.0,variant,Boost 1.53.0,Problem,fixed,,antoshkka@…