Chris@16: //Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc. Chris@16: Chris@16: //Distributed under the Boost Software License, Version 1.0. (See accompanying Chris@16: //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Chris@16: Chris@16: #ifndef UUID_E7255CE26C1211DE85800C9155D89593 Chris@16: #define UUID_E7255CE26C1211DE85800C9155D89593 Chris@16: Chris@16: namespace Chris@16: boost Chris@16: { Chris@16: template class error_info; Chris@16: Chris@16: //Use with parsing errors exceptions, for example in a XML file parser. Chris@16: typedef error_info errinfo_at_line; Chris@16: } Chris@16: Chris@16: #endif