The following error comes when compiling Tuto07LoaderForExternalData.
..../dev/Src/fw4spl/Bundles/LeafIO/ioTuto/src/ioTuto/
ExternalDataReaderService.cpp:88: error: '<::' cannot begin a template-
argument list
..../dev/Src/fw4spl/Bundles/LeafIO/ioTuto/src/ioTuto/
ExternalDataReaderService.cpp:88: note: '<:' is an alternate spelling
for '['. Insert whitespace between '<' and '::'
..../dev/Src/fw4spl/Bundles/LeafIO/ioTuto/src/ioTuto/
ExternalDataReaderService.cpp:88: note: (if you use '-fpermissive' G++
will accept your code)
When porting code from Windows to Linux, I get compilation error with
the similar message. However it does happen for code written by
windows users with no whitespace between '<' and '::'. I was wondering
if there is a work around for this.
Thank you.
Anant
Merci Beau-coup!
Anant.
The problems have bben solved and commit.
Pascal