Skip to content

init#1

Closed
msosyak wants to merge 1 commit intov1.8from
myron/rpc
Closed

init#1
msosyak wants to merge 1 commit intov1.8from
myron/rpc

Conversation

@msosyak
Copy link
Copy Markdown
Owner

@msosyak msosyak commented Jul 7, 2021

No description provided.

@msosyak msosyak mentioned this pull request Jul 15, 2021
5 tasks
#include <unistd.h>
#include <sys/queue.h>
#include <sys/types.h>
#include <algorithm>
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

To fix

g++ -I/usr/include/sai -I. -std=c++11 -DFORCE_BOOST_SMART_PTR -c src/saiserver.cpp -o src/obj/saiserver.o -I/usr/include/sai -I. -std=c++11 -DFORCE_BOOST_SMART_PTR -DBRCMSAI -I./src/gen-cpp -I./src
src/saiserver.cpp: In function 'void handlePortMap(const string&)':
src/saiserver.cpp:361:26: error: 'remove_if' is not a member of 'std'
         lanes.erase(std::remove_if(lanes.begin(), lanes.end(), ::isspace), lanes.end());
                          ^~~~~~~~~
src/saiserver.cpp:361:26: note: suggested alternative: 'remove_cv'
         lanes.erase(std::remove_if(lanes.begin(), lanes.end(), ::isspace), lanes.end());
                          ^~~~~~~~~
                          remove_cv
make: *** [Makefile:89: src/obj/saiserver.o] Error 1

@msosyak
Copy link
Copy Markdown
Owner Author

msosyak commented Mar 29, 2022

Closed in favor of opencomputeproject#1403

@msosyak msosyak closed this Mar 29, 2022
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.

1 participant