the version on the svn mirror from last night it has a minor bug that prevents a build
....
#endif
}
#endif
should be
....
}
#endif
to close the namespace scope properly
the version on the svn mirror from last night it has a minor bug that prevents a build
....
#endif
}
#endif
should be
....
}
#endif
to close the namespace scope properly
Fixed this - but my compilers don't complain ...
Steve