Skip to content
Snippets Groups Projects

ENH: Values can hold empty vector

Merged Daniel Hornung requested to merge f-empty-vector into dev
All threads resolved!
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
Daniel Hornung
Last comment by Daniel Hornung
@@ -28,6 +28,7 @@ package manager. The compiler must support the C++17 standard.
@@ -28,6 +28,7 @@ package manager. The compiler must support the C++17 standard.
1. clone/update the subrepo ``git submodule update --init proto``
1. clone/update the subrepo ``git submodule update --init proto``
2. ``mkdir build && cd build``
2. ``mkdir build && cd build``
3. ``conan install .. -s "compiler.libcxx=libstdc++11"``
3. ``conan install .. -s "compiler.libcxx=libstdc++11"``
 
- When there are missing dependencies, it may help to run this with ``--build=missing``.
4. ``cmake -B . ..``
4. ``cmake -B . ..``
5. ``cmake --build .``
5. ``cmake --build .``
Loading