middle of porting; unstable, don't checkout; refs #1

This commit is contained in:
Marc Wäckerlin
2011-12-10 11:39:09 +00:00
parent 599af2dbbf
commit a63f26005b
60 changed files with 296 additions and 296 deletions

View File

@@ -1,5 +1,5 @@
#include <mrw/exception.hpp>
#include <mrw/stacktrace.hpp>
#include <mrw/exception.hxx>
#include <mrw/stacktrace.hxx>
#include <exception>
#include <iostream>

View File

@@ -1,4 +1,4 @@
#include <mrw/smartpointer.hpp>
#include <mrw/smartpointer.hxx>
class A {
public: int a;