borromeotlhs / amop

Automatically exported from code.google.com/p/amop
0 stars 0 forks source link

Precompiler Switch if TR1 can be used #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We are compiling with GCC under FreeBSD without TR1. I had to modify the
code at some places to not use TR1 (the __GNUC__ precompiler switch doesn't
help here).

It would be good to have a precompiler switch to enable/disable TR1 usage.

And in one place in ReturnMatchBuild.h std::tr1::shared_ptr should be
replaced by AmopSharedPtr.

Original issue reported on code.google.com by brennerm...@googlemail.com on 27 Oct 2008 at 10:42