Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A ArduinoJson
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Benoît Blanchon
  • ArduinoJson
  • Issues
  • #495
Closed
Open
Issue created May 02, 2017 by Administrator@rootContributor

‘IsBaseOf’ is not a member of ‘ArduinoJson::TypeTraits’

Created by: Siapran

I'm attempting to compile the header from the latest release, with g++ (GCC) 6.3.1 on a 64bit linux, using C++98 standard (because I'll need to port the code to another esoteric equipment which runs a 2.6 linux kernel... so no C++11).

When attempting to compile the following code:

#include "ArduinoJson.h"

int main(int argc, char const *argv[])
{
	/* code */
	return 0;
}

the compilation fails with these errors.

My attempts at reading the source didn't get me very far.

Assignee
Assign to
Time tracking