diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-10-29 09:06:05 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-10-29 09:06:05 +0000 |
commit | 3add449a170be706377b66bee46af25633bc945c (patch) | |
tree | 7415df14a37624ff0b24fd40bde079927a88c28a /print/lyx15/files/patch-boost::boost::format::format_implementation.hpp | |
parent | 975af646f278430e563b72219a2c3055b211eb1a (diff) |
Diffstat (limited to 'print/lyx15/files/patch-boost::boost::format::format_implementation.hpp')
-rw-r--r-- | print/lyx15/files/patch-boost::boost::format::format_implementation.hpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/print/lyx15/files/patch-boost::boost::format::format_implementation.hpp b/print/lyx15/files/patch-boost::boost::format::format_implementation.hpp deleted file mode 100644 index 4c13f145afa1..000000000000 --- a/print/lyx15/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; - } |