catid / TimeSync

TimeSync: Time Synchronization Library in Portable C++
BSD 3-Clause "New" or "Revised" License
124 stars 22 forks source link

Error compiling the code #4

Closed blowfish2003 closed 5 years ago

blowfish2003 commented 6 years ago

Hi,

I am getting many errors during code compilation using cmake. Here is one of the errors:

error: explicit specialization in non-namespace scope ‘class Counter<T, TkBits>’

I have cmake 3.7.2 and g++ 6.3.0 on the system on which I am attempting to compile

catid commented 6 years ago

Okay should just need to throw in some typenames to get it to build for you. I'll do it next time there's some free time

On Tue, Sep 25, 2018, 2:01 AM Uday Kumar Adusumilli < notifications@github.com> wrote:

Hi,

I am getting many errors during code compilation using cmake. Here is one of the errors:

error: explicit specialization in non-namespace scope ‘class Counter<T, TkBits>’

I have cmake 3.7.2 and g++ 6.3.0 on the system on which I am attempting to compile

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/catid/TimeSync/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/AAPZISrpfIc-caJwGp0xtrcaJdjaMN5Iks5uefDrgaJpZM4W4KpM .

blowfish2003 commented 6 years ago

Thanks. Will try to do it locally.