boostorg / tokenizer

Boost.org tokenizer module
http://boost.org/libs/tokenizer
Boost Software License 1.0
25 stars 42 forks source link

Use BOOST_THROW_EXCEPTION macro to throw #1

Closed gjasny closed 10 years ago

gjasny commented 10 years ago

This is necessary if boost is compiled without support for exceptions.

ahmedcharles commented 10 years ago

I rebased and merged this request. Closing.

ahmedcharles commented 10 years ago

Specifically, I did so to develop, not master. The tests have to pass first.

gjasny commented 10 years ago

Will this be in the next Boost release? Or do you have to merge manually to master?

There is also a ticket for this change: https://svn.boost.org/trac/boost/ticket/9505

Belcourt commented 10 years ago

We'll get this merged to master, there's several sets of changes we need to get in.