Skip to content
Snippets Groups Projects
Commit 2186a290 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

notes for SGI

parent acc2d1ad
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,10 @@ class File_Position ...@@ -20,6 +20,10 @@ class File_Position
FILE *file; FILE *file;
}; };
// Pour utiliser un namespace global sur SGI, il faut compiler avec
// -LANG:std, et ajouter "use namespace std;". Dans tous les cas, il
// FAUT creer les librairies avec 'CC -ar', et pas avec 'ar'.
class mystack class mystack
{ {
public: public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment