blob: 257c790766c18a4fb5b922787aaf728fc2ce888a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<!--
file : Documentation/Introspection/News.xhtml
author : Boris Kolpackov <boris@kolpackov.net>
copyright : Copyright (c) 2002-2003 Boris Kolpackov
license : http://kolpackov.net/license.html
-->
<head>
<title>Introspection Library News</title>
<meta name="author" content="Boris Kolpackov"/>
<meta name="copyright" content="© 2001-2003 Boris Kolpackov"/>
<meta name="keywords" content="introspection,library,news"/>
<meta name="description" content="Introspection Library News"/>
<link rel="stylesheet" type="text/css" href="../Style/Default.css"/>
</head>
<body>
<h1>1.2.2</h1>
<ul class="multiline">
<li>
Removed no-throw specification from <code>Introspection::Object::~Object()</code>.
</li>
</ul>
</body>
</html>
<!-- $Id$ -->
|