Skip to content

Conversation

@NikitaKomp
Copy link

…FIFO Queues (Компанищенко, Зырянов)

@eugenyk
Copy link
Contributor

eugenyk commented Jan 31, 2019

@NikitaKomp, explain, please, why it is needed to change license of some part of the library?

if ( !m_Queue.push( nItem )) {
++m_nPushError;
}
//EXPECT_TRUE(false) << "nItem = " << nItem;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove all commented source code

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Исправил

/*
This file is a part of libcds - Concurrent Data Structures library
(C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2017
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong old lisence

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Исправил

for ( size_t i = 0; i < nSize; ++i )
{
q.push( arr[i] );
ASSERT_CONTAINER_SIZE( q, i+1);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Random indent, use library source code style

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Исправил

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants