mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Add file required by the boost tuple stuff, even though I can't use it!
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2653 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3641ebaf66
commit
c38eaf5d58
@ -1,3 +1,7 @@
|
||||
2001-09-02 Angus Leeming <a.leeming@ic.ac.uk>
|
||||
|
||||
* cassert: new file. (Required by the boost tuple stuff).
|
||||
|
||||
2001-06-01 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* climits: new file
|
||||
|
7
src/cheaders/cassert
Normal file
7
src/cheaders/cassert
Normal file
@ -0,0 +1,7 @@
|
||||
// -*- C++ -*- forwarding header.
|
||||
// This file is part of the GNU ANSI C++ Library.
|
||||
|
||||
#ifndef __CASSERT__
|
||||
#define __CASSERT__
|
||||
#include <assert.h>
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user