diff options
Diffstat (limited to 'print/lyx14/files/patch-boost::boost::format::format_implementation.hpp')
-rw-r--r-- | print/lyx14/files/patch-boost::boost::format::format_implementation.hpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/print/lyx14/files/patch-boost::boost::format::format_implementation.hpp b/print/lyx14/files/patch-boost::boost::format::format_implementation.hpp deleted file mode 100644 index 4c13f145afa1..000000000000 --- a/print/lyx14/files/patch-boost::boost::format::format_implementation.hpp +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD$ - ---- ./boost/boost/format/format_implementation.hpp.orig 2002-11-21 11:33:01.000000000 -0700 -+++ ./boost/boost/format/format_implementation.hpp -@@ -151,7 +151,7 @@ basic_format<Ch,Tr>& basic_format<Ch,Tr> - { - if(argN<1 || argN > num_args_ || bound_.size()==0 || !bound_[argN-1] ) - { -- if( exceptions() & out_of_range_bit ) -+ if( exceptions() & io::out_of_range_bit ) - boost::throw_exception(io::out_of_range()); // arg not in range. - else return *this; - } |