ecmwf / eckit

A C++ toolkit that supports development of tools and applications at ECMWF.

Home Page:https://confluence.ecmwf.int/display/eckit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Definition of eckit::offset:dump(DumpLoad&) missing

gesalous opened this issue · comments

What happened?

I am using the develop branch and have encountered an issue that I hope you might be able to provide clarity on.

I attempted to use the eckit::offset::dump(DumpLoad&) member function in my program. Upon doing so, I observed a linker error. Upon closer examination, I found that while the declaration of the said member function is present in the library, its corresponding definition appears to be absent.

May I kindly inquire if this omission is intentional? Your insights on this matter will greatly benefit me as it will aid in my understanding and utilization of the eckit library.

What are the steps to reproduce the bug?

Write and link a program that tries to use eckit::offset:dump member function.

Version

develop branch

Platform (OS and architecture)

Arch OS x86_64

Relevant log output

No response

Accompanying data

No response

Organisation

FORTH

@danovaro any progress on this to report yet?

sorry for taking so long. Fix just pushed