|
||||
File indexing completed on 2025-01-18 09:30:47
0001 //Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc. 0002 0003 //Distributed under the Boost Software License, Version 1.0. (See accompanying 0004 //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 0005 0006 #ifndef BOOST_EXCEPTION_E7255CE26C1211DE85800C9155D89593 0007 #define BOOST_EXCEPTION_E7255CE26C1211DE85800C9155D89593 0008 0009 namespace 0010 boost 0011 { 0012 template <class Tag,class T> class error_info; 0013 0014 //Use with parsing errors exceptions, for example in a XML file parser. 0015 typedef error_info<struct errinfo_at_line_,int> errinfo_at_line; 0016 } 0017 0018 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |