On 28/02/2013 4:37 a.m., Alex Rousskov wrote:
On 02/27/2013 01:41 AM, Amos Jeffries wrote:../.././test-suite/../src/DiskIO/../.././test-suite/../src/tests/SBufFindTest.cc:43: error: `Placement' is not a class or namespace *** Error code 1Please remove "Placement::" from that line. Alex.
Aha! Thanks. I also had to move the "protected:" down below the typedef. It seems to be building and running now. Amos